Shades of Water Leaf #BBF4DF
Tints of Water Leaf #BBF4DF
RGB
CMYK
RGB Variations
Color information
#BBF4DF (or 0xBBF4DF) is known color: Water Leaf. HEX triplet: BB, F4 and DF. RGB value is (187,244,223). Sum of RGB (Red+Green+Blue) = 187+244+223=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4DF is #440B20. Grayscale: #E0E0E0. Windows color (decimal): -4459297 or 14677179. OLE color: 14677179.
HSL color Cylindrical-coordinate representation of color #BBF4DF: hue angle of 157.89º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4DF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 223 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.04 |
| HSL | 157.89º | 0.72% | 0.85% | - |
| HSV(B) | 157.89º | 0.23% | 0.96% | - |
| XYZ | 66.16 | 80.59 | 81.88 | - |
| YUV | 224.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 223 | 0.23 | 0 | 0.09 | 0.04 | 157.89 | 0.72 | 0.85 |
| Hex | BB | F4 | DF | 17 | 0 | 9 | 4 | 9E | 48 | 55 |
| Octal | 273 | 364 | 337 | 27 | 0 | 11 | 4 | 236 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11011111 | 10111 | 0 | 1001 | 100 | 10011110 | 1001000 | 1010101 |
Color Harmonies of #BBF4DF
Complementary color
Monochromatic Colors of #BBF4DF
Black with #BBF4DF
Text Example
Text Example
White with #BBF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4DF; }
p { color: rgb(187,244,223); }
H1.HeaderClassName
{
color: #BBF4DF;
}
.AnyTagClassName
{
color: #BBF4DF;
}
</style>
background-color css
<style>
a { background-color: #BBF4DF; }
a { background-color: rgb(187,244,223); }
div.DivClassName
{
background-color: #BBF4DF;
}
.BgClassName
{
background-color: #BBF4DF;
}
</style>
border-color css
<style>
span { border-color: #BBF4DF; }
span { border-color: rgb(187,244,223); }
td.TdClassName
{
border-color: #BBF4DF;
}
.TagClassName
{
border-color: #BBF4DF;
}
</style>