Shades of Water Leaf #BBF9EA
Tints of Water Leaf #BBF9EA
RGB
CMYK
RGB Variations
Color information
#BBF9EA (or 0xBBF9EA) is known color: Water Leaf. HEX triplet: BB, F9 and EA. RGB value is (187,249,234). Sum of RGB (Red+Green+Blue) = 187+249+234=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9EA is #440615. Grayscale: #E4E4E4. Windows color (decimal): -4458006 or 15399355. OLE color: 15399355.
HSL color Cylindrical-coordinate representation of color #BBF9EA: hue angle of 165.48º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9EA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 234 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.02 |
| HSL | 165.48º | 0.84% | 0.85% | - |
| HSV(B) | 165.48º | 0.25% | 0.98% | - |
| XYZ | 69.22 | 84.26 | 90.46 | - |
| YUV | 228.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 234 | 0.25 | 0 | 0.06 | 0.02 | 165.48 | 0.84 | 0.85 |
| Hex | BB | F9 | EA | 19 | 0 | 6 | 2 | A5 | 54 | 55 |
| Octal | 273 | 371 | 352 | 31 | 0 | 6 | 2 | 245 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11101010 | 11001 | 0 | 110 | 10 | 10100101 | 1010100 | 1010101 |
Color Harmonies of #BBF9EA
Complementary color
Monochromatic Colors of #BBF9EA
Black with #BBF9EA
Text Example
Text Example
White with #BBF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9EA; }
p { color: rgb(187,249,234); }
H1.HeaderClassName
{
color: #BBF9EA;
}
.AnyTagClassName
{
color: #BBF9EA;
}
</style>
background-color css
<style>
a { background-color: #BBF9EA; }
a { background-color: rgb(187,249,234); }
div.DivClassName
{
background-color: #BBF9EA;
}
.BgClassName
{
background-color: #BBF9EA;
}
</style>
border-color css
<style>
span { border-color: #BBF9EA; }
span { border-color: rgb(187,249,234); }
td.TdClassName
{
border-color: #BBF9EA;
}
.TagClassName
{
border-color: #BBF9EA;
}
</style>