Shades of Water Leaf #BBF0E5
Tints of Water Leaf #BBF0E5
RGB
CMYK
RGB Variations
Color information
#BBF0E5 (or 0xBBF0E5) is known color: Water Leaf. HEX triplet: BB, F0 and E5. RGB value is (187,240,229). Sum of RGB (Red+Green+Blue) = 187+240+229=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0E5 is #440F1A. Grayscale: #DEDEDE. Windows color (decimal): -4460315 or 15069371. OLE color: 15069371.
HSL color Cylindrical-coordinate representation of color #BBF0E5: hue angle of 167.55º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0E5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 229 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.06 |
| HSL | 167.55º | 0.64% | 0.84% | - |
| HSV(B) | 167.55º | 0.22% | 0.94% | - |
| XYZ | 65.8 | 78.54 | 85.82 | - |
| YUV | 222.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 229 | 0.22 | 0 | 0.05 | 0.06 | 167.55 | 0.64 | 0.84 |
| Hex | BB | F0 | E5 | 16 | 0 | 5 | 6 | A8 | 40 | 54 |
| Octal | 273 | 360 | 345 | 26 | 0 | 5 | 6 | 250 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11100101 | 10110 | 0 | 101 | 110 | 10101000 | 1000000 | 1010100 |
Color Harmonies of #BBF0E5
Complementary color
Monochromatic Colors of #BBF0E5
Black with #BBF0E5
Text Example
Text Example
White with #BBF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0E5; }
p { color: rgb(187,240,229); }
H1.HeaderClassName
{
color: #BBF0E5;
}
.AnyTagClassName
{
color: #BBF0E5;
}
</style>
background-color css
<style>
a { background-color: #BBF0E5; }
a { background-color: rgb(187,240,229); }
div.DivClassName
{
background-color: #BBF0E5;
}
.BgClassName
{
background-color: #BBF0E5;
}
</style>
border-color css
<style>
span { border-color: #BBF0E5; }
span { border-color: rgb(187,240,229); }
td.TdClassName
{
border-color: #BBF0E5;
}
.TagClassName
{
border-color: #BBF0E5;
}
</style>