#BBEEE8

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

Shades of Water Leaf #BBEEE8

Tints of Water Leaf #BBEEE8

Color information

#BBEEE8 (or 0xBBEEE8) is unknown color: approx Water Leaf. HEX triplet: BB, EE and E8. RGB value is (187,238,232). Sum of RGB (Red+Green+Blue) = 187+238+232=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEE8 is #441117. Grayscale: #DEDEDE. Windows color (decimal): -4460824 or 15265467. OLE color: 15265467.

HSL color Cylindrical-coordinate representation of color #BBEEE8: hue angle of 172.94º 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 #BBEEE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB187238232-
CMYK0.2100.030.07
HSL172.94º60%83.33%-
HSV(B)172.94º21.43%93.33%-
XYZ65.6377.5487.85-
YUV222.07133.6102.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=28.46%
G=36.23%
B=35.31%

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
Decimal1872382320.2100.030.07172.946083.33
HexBBEEE815037ad3c53
Octal2733563502503725574123
Binary10111011111011101110100010101011111101011011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEE8; }

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

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

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

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

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

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

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

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