#BBE8E2

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

Shades of Water Leaf #BBE8E2

Tints of Water Leaf #BBE8E2

Color information

#BBE8E2 (or 0xBBE8E2) is unknown color: approx Water Leaf. HEX triplet: BB, E8 and E2. RGB value is (187,232,226). Sum of RGB (Red+Green+Blue) = 187+232+226=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8E2 is #44171D. Grayscale: #D9D9D9. Windows color (decimal): -4462366 or 14870715. OLE color: 14870715.

HSL color Cylindrical-coordinate representation of color #BBE8E2: hue angle of 172º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8E2 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB187232226-
CMYK0.1900.030.09
HSL172º49.45%82.16%-
HSV(B)172º19.4%90.98%-
XYZ63.0873.7782.87-
YUV217.86132.59105.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 226 (88.67% from 255) = 35.04%
R=28.99%
G=35.97%
B=35.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872322260.1900.030.0917249.4582.16
HexBBE8E213039ac3152
Octal27335034223031125461122
Binary101110111110100011100010100110111001101011001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8E2; }

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

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

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

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

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

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

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

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