Shades of Water Leaf #BBF0E1
Tints of Water Leaf #BBF0E1
RGB
CMYK
RGB Variations
Color information
#BBF0E1 (or 0xBBF0E1) is known color: Water Leaf. HEX triplet: BB, F0 and E1. RGB value is (187,240,225). Sum of RGB (Red+Green+Blue) = 187+240+225=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0E1 is #440F1E. Grayscale: #DEDEDE. Windows color (decimal): -4460319 or 14807227. OLE color: 14807227.
HSL color Cylindrical-coordinate representation of color #BBF0E1: hue angle of 163.02º 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 #BBF0E1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 225 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.06 |
| HSL | 163.02º | 0.64% | 0.84% | - |
| HSV(B) | 163.02º | 0.22% | 0.94% | - |
| XYZ | 65.24 | 78.32 | 82.91 | - |
| YUV | 222.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 225 | 0.22 | 0 | 0.06 | 0.06 | 163.02 | 0.64 | 0.84 |
| Hex | BB | F0 | E1 | 16 | 0 | 6 | 6 | A3 | 40 | 54 |
| Octal | 273 | 360 | 341 | 26 | 0 | 6 | 6 | 243 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11100001 | 10110 | 0 | 110 | 110 | 10100011 | 1000000 | 1010100 |
Color Harmonies of #BBF0E1
Complementary color
Monochromatic Colors of #BBF0E1
Black with #BBF0E1
Text Example
Text Example
White with #BBF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0E1; }
p { color: rgb(187,240,225); }
H1.HeaderClassName
{
color: #BBF0E1;
}
.AnyTagClassName
{
color: #BBF0E1;
}
</style>
background-color css
<style>
a { background-color: #BBF0E1; }
a { background-color: rgb(187,240,225); }
div.DivClassName
{
background-color: #BBF0E1;
}
.BgClassName
{
background-color: #BBF0E1;
}
</style>
border-color css
<style>
span { border-color: #BBF0E1; }
span { border-color: rgb(187,240,225); }
td.TdClassName
{
border-color: #BBF0E1;
}
.TagClassName
{
border-color: #BBF0E1;
}
</style>