Shades of Water Leaf #BBE9E4
Tints of Water Leaf #BBE9E4
RGB
CMYK
RGB Variations
Color information
#BBE9E4 (or 0xBBE9E4) is known color: Water Leaf. HEX triplet: BB, E9 and E4. RGB value is (187,233,228). Sum of RGB (Red+Green+Blue) = 187+233+228=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9E4 is #44161B. Grayscale: #DADADA. Windows color (decimal): -4462108 or 15002043. OLE color: 15002043.
HSL color Cylindrical-coordinate representation of color #BBE9E4: hue angle of 173.48º 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 #BBE9E4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 228 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.09 |
| HSL | 173.48º | 0.51% | 0.82% | - |
| HSV(B) | 173.48º | 0.2% | 0.91% | - |
| XYZ | 63.64 | 74.44 | 84.41 | - |
| YUV | 218.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 228 | 0.20 | 0 | 0.02 | 0.09 | 173.48 | 0.51 | 0.82 |
| Hex | BB | E9 | E4 | 14 | 0 | 2 | 9 | AD | 33 | 52 |
| Octal | 273 | 351 | 344 | 24 | 0 | 2 | 11 | 255 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11100100 | 10100 | 0 | 10 | 1001 | 10101101 | 110011 | 1010010 |
Color Harmonies of #BBE9E4
Complementary color
Monochromatic Colors of #BBE9E4
Black with #BBE9E4
Text Example
Text Example
White with #BBE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9E4; }
p { color: rgb(187,233,228); }
H1.HeaderClassName
{
color: #BBE9E4;
}
.AnyTagClassName
{
color: #BBE9E4;
}
</style>
background-color css
<style>
a { background-color: #BBE9E4; }
a { background-color: rgb(187,233,228); }
div.DivClassName
{
background-color: #BBE9E4;
}
.BgClassName
{
background-color: #BBE9E4;
}
</style>
border-color css
<style>
span { border-color: #BBE9E4; }
span { border-color: rgb(187,233,228); }
td.TdClassName
{
border-color: #BBE9E4;
}
.TagClassName
{
border-color: #BBE9E4;
}
</style>