Shades of Water Leaf #BBE9E2
Tints of Water Leaf #BBE9E2
RGB
CMYK
RGB Variations
Color information
#BBE9E2 (or 0xBBE9E2) is known color: Water Leaf. HEX triplet: BB, E9 and E2. RGB value is (187,233,226). Sum of RGB (Red+Green+Blue) = 187+233+226=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9E2 is #44161D. Grayscale: #DADADA. Windows color (decimal): -4462110 or 14870971. OLE color: 14870971.
HSL color Cylindrical-coordinate representation of color #BBE9E2: hue angle of 170.87º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9E2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 226 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.09 |
| HSL | 170.87º | 0.51% | 0.82% | - |
| HSV(B) | 170.87º | 0.2% | 0.91% | - |
| XYZ | 63.36 | 74.33 | 82.96 | - |
| YUV | 218.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 226 | 0.20 | 0 | 0.03 | 0.09 | 170.87 | 0.51 | 0.82 |
| Hex | BB | E9 | E2 | 14 | 0 | 3 | 9 | AB | 33 | 52 |
| Octal | 273 | 351 | 342 | 24 | 0 | 3 | 11 | 253 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11100010 | 10100 | 0 | 11 | 1001 | 10101011 | 110011 | 1010010 |
Color Harmonies of #BBE9E2
Complementary color
Monochromatic Colors of #BBE9E2
Black with #BBE9E2
Text Example
Text Example
White with #BBE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9E2; }
p { color: rgb(187,233,226); }
H1.HeaderClassName
{
color: #BBE9E2;
}
.AnyTagClassName
{
color: #BBE9E2;
}
</style>
background-color css
<style>
a { background-color: #BBE9E2; }
a { background-color: rgb(187,233,226); }
div.DivClassName
{
background-color: #BBE9E2;
}
.BgClassName
{
background-color: #BBE9E2;
}
</style>
border-color css
<style>
span { border-color: #BBE9E2; }
span { border-color: rgb(187,233,226); }
td.TdClassName
{
border-color: #BBE9E2;
}
.TagClassName
{
border-color: #BBE9E2;
}
</style>