Shades of Water Leaf #BBE8E2
Tints of Water Leaf #BBE8E2
RGB
CMYK
RGB Variations
Color information
#BBE8E2 (or 0xBBE8E2) is known color: 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
| RGB | 187 | 232 | 226 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.09 |
| HSL | 172º | 0.49% | 0.82% | - |
| HSV(B) | 172º | 0.19% | 0.91% | - |
| XYZ | 63.08 | 73.77 | 82.87 | - |
| YUV | 217.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 226 | 0.19 | 0 | 0.03 | 0.09 | 172 | 0.49 | 0.82 |
| Hex | BB | E8 | E2 | 13 | 0 | 3 | 9 | AC | 31 | 52 |
| Octal | 273 | 350 | 342 | 23 | 0 | 3 | 11 | 254 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11100010 | 10011 | 0 | 11 | 1001 | 10101100 | 110001 | 1010010 |
Color Harmonies of #BBE8E2
Complementary color
Monochromatic Colors of #BBE8E2
Black with #BBE8E2
Text Example
Text Example
White with #BBE8E2
Text Example
Text Example
HTML Codes & Css Web 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>