Shades of Water Leaf #BBF5E7
Tints of Water Leaf #BBF5E7
RGB
CMYK
RGB Variations
Color information
#BBF5E7 (or 0xBBF5E7) is known color: Water Leaf. HEX triplet: BB, F5 and E7. RGB value is (187,245,231). Sum of RGB (Red+Green+Blue) = 187+245+231=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5E7 is #440A18. Grayscale: #E2E2E2. Windows color (decimal): -4459033 or 15201723. OLE color: 15201723.
HSL color Cylindrical-coordinate representation of color #BBF5E7: hue angle of 165.52º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5E7 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 231 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.04 |
| HSL | 165.52º | 0.74% | 0.85% | - |
| HSV(B) | 165.52º | 0.24% | 0.96% | - |
| XYZ | 67.57 | 81.64 | 87.8 | - |
| YUV | 226.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 231 | 0.24 | 0 | 0.06 | 0.04 | 165.52 | 0.74 | 0.85 |
| Hex | BB | F5 | E7 | 18 | 0 | 6 | 4 | A6 | 4A | 55 |
| Octal | 273 | 365 | 347 | 30 | 0 | 6 | 4 | 246 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11100111 | 11000 | 0 | 110 | 100 | 10100110 | 1001010 | 1010101 |
Color Harmonies of #BBF5E7
Complementary color
Monochromatic Colors of #BBF5E7
Black with #BBF5E7
Text Example
Text Example
White with #BBF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5E7; }
p { color: rgb(187,245,231); }
H1.HeaderClassName
{
color: #BBF5E7;
}
.AnyTagClassName
{
color: #BBF5E7;
}
</style>
background-color css
<style>
a { background-color: #BBF5E7; }
a { background-color: rgb(187,245,231); }
div.DivClassName
{
background-color: #BBF5E7;
}
.BgClassName
{
background-color: #BBF5E7;
}
</style>
border-color css
<style>
span { border-color: #BBF5E7; }
span { border-color: rgb(187,245,231); }
td.TdClassName
{
border-color: #BBF5E7;
}
.TagClassName
{
border-color: #BBF5E7;
}
</style>