Shades of Water Leaf #BBE8E1
Tints of Water Leaf #BBE8E1
RGB
CMYK
RGB Variations
Color information
#BBE8E1 (or 0xBBE8E1) is known color: Water Leaf. HEX triplet: BB, E8 and E1. RGB value is (187,232,225). Sum of RGB (Red+Green+Blue) = 187+232+225=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8E1 is #44171E. Grayscale: #D9D9D9. Windows color (decimal): -4462367 or 14805179. OLE color: 14805179.
HSL color Cylindrical-coordinate representation of color #BBE8E1: hue angle of 170.67º 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 #BBE8E1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 225 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.09 |
| HSL | 170.67º | 0.49% | 0.82% | - |
| HSV(B) | 170.67º | 0.19% | 0.91% | - |
| XYZ | 62.94 | 73.71 | 82.15 | - |
| YUV | 217.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 225 | 0.19 | 0 | 0.03 | 0.09 | 170.67 | 0.49 | 0.82 |
| Hex | BB | E8 | E1 | 13 | 0 | 3 | 9 | AB | 31 | 52 |
| Octal | 273 | 350 | 341 | 23 | 0 | 3 | 11 | 253 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11100001 | 10011 | 0 | 11 | 1001 | 10101011 | 110001 | 1010010 |
Color Harmonies of #BBE8E1
Complementary color
Monochromatic Colors of #BBE8E1
Black with #BBE8E1
Text Example
Text Example
White with #BBE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8E1; }
p { color: rgb(187,232,225); }
H1.HeaderClassName
{
color: #BBE8E1;
}
.AnyTagClassName
{
color: #BBE8E1;
}
</style>
background-color css
<style>
a { background-color: #BBE8E1; }
a { background-color: rgb(187,232,225); }
div.DivClassName
{
background-color: #BBE8E1;
}
.BgClassName
{
background-color: #BBE8E1;
}
</style>
border-color css
<style>
span { border-color: #BBE8E1; }
span { border-color: rgb(187,232,225); }
td.TdClassName
{
border-color: #BBE8E1;
}
.TagClassName
{
border-color: #BBE8E1;
}
</style>