Shades of Water Leaf #BBF5DF
Tints of Water Leaf #BBF5DF
RGB
CMYK
RGB Variations
Color information
#BBF5DF (or 0xBBF5DF) is known color: Water Leaf. HEX triplet: BB, F5 and DF. RGB value is (187,245,223). Sum of RGB (Red+Green+Blue) = 187+245+223=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5DF is #440A20. Grayscale: #E1E1E1. Windows color (decimal): -4459041 or 14677435. OLE color: 14677435.
HSL color Cylindrical-coordinate representation of color #BBF5DF: hue angle of 157.24º 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 #BBF5DF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 223 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.04 |
| HSL | 157.24º | 0.74% | 0.85% | - |
| HSV(B) | 157.24º | 0.24% | 0.96% | - |
| XYZ | 66.47 | 81.2 | 81.98 | - |
| YUV | 225.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 223 | 0.24 | 0 | 0.09 | 0.04 | 157.24 | 0.74 | 0.85 |
| Hex | BB | F5 | DF | 18 | 0 | 9 | 4 | 9D | 4A | 55 |
| Octal | 273 | 365 | 337 | 30 | 0 | 11 | 4 | 235 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11011111 | 11000 | 0 | 1001 | 100 | 10011101 | 1001010 | 1010101 |
Color Harmonies of #BBF5DF
Complementary color
Monochromatic Colors of #BBF5DF
Black with #BBF5DF
Text Example
Text Example
White with #BBF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5DF; }
p { color: rgb(187,245,223); }
H1.HeaderClassName
{
color: #BBF5DF;
}
.AnyTagClassName
{
color: #BBF5DF;
}
</style>
background-color css
<style>
a { background-color: #BBF5DF; }
a { background-color: rgb(187,245,223); }
div.DivClassName
{
background-color: #BBF5DF;
}
.BgClassName
{
background-color: #BBF5DF;
}
</style>
border-color css
<style>
span { border-color: #BBF5DF; }
span { border-color: rgb(187,245,223); }
td.TdClassName
{
border-color: #BBF5DF;
}
.TagClassName
{
border-color: #BBF5DF;
}
</style>