#BBEEE7

Color #BBEEE7 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BBEEE7

Tints of Water Leaf #BBEEE7

Color information

#BBEEE7 (or 0xBBEEE7) is unknown color: approx Water Leaf. HEX triplet: BB, EE and E7. RGB value is (187,238,231). Sum of RGB (Red+Green+Blue) = 187+238+231=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEE7 is #441118. Grayscale: #DDDDDD. Windows color (decimal): -4460825 or 15199931. OLE color: 15199931.

HSL color Cylindrical-coordinate representation of color #BBEEE7: hue angle of 171.76º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB187238231-
CMYK0.2100.030.07
HSL171.76º60%83.33%-
HSV(B)171.76º21.43%93.33%-
XYZ65.4977.4887.11-
YUV221.95133.1103.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=28.51%
G=36.28%
B=35.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382310.2100.030.07171.766083.33
HexBBEEE715037ac3c53
Octal2733563472503725474123
Binary10111011111011101110011110101011111101011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEE7; }

 p { color: rgb(187,238,231); }

 H1.HeaderClassName
 {
   color: #BBEEE7;
 }
 .AnyTagClassName
 {
   color: #BBEEE7;
 }
</style>
background-color css

<style>
 a { background-color: #BBEEE7; }

 a { background-color: rgb(187,238,231); }

 div.DivClassName
 {
   background-color: #BBEEE7;
 }
 .BgClassName
 {
   background-color: #BBEEE7;
 }
</style>
border-color css

<style>
 span { border-color: #BBEEE7; }

 span { border-color: rgb(187,238,231); }

 td.TdClassName
 {
   border-color: #BBEEE7;
 }
 .TagClassName
 {
   border-color: #BBEEE7;
 }
</style>