Shades of Water Leaf #BBF1DE
Tints of Water Leaf #BBF1DE
RGB
CMYK
RGB Variations
Color information
#BBF1DE (or 0xBBF1DE) is known color: Water Leaf. HEX triplet: BB, F1 and DE. RGB value is (187,241,222). Sum of RGB (Red+Green+Blue) = 187+241+222=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1DE is #440E21. Grayscale: #DEDEDE. Windows color (decimal): -4460066 or 14610875. OLE color: 14610875.
HSL color Cylindrical-coordinate representation of color #BBF1DE: hue angle of 158.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1DE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 222 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.05 |
| HSL | 158.89º | 0.66% | 0.84% | - |
| HSV(B) | 158.89º | 0.22% | 0.95% | - |
| XYZ | 65.13 | 78.75 | 80.87 | - |
| YUV | 222.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 222 | 0.22 | 0 | 0.08 | 0.05 | 158.89 | 0.66 | 0.84 |
| Hex | BB | F1 | DE | 16 | 0 | 8 | 5 | 9F | 42 | 54 |
| Octal | 273 | 361 | 336 | 26 | 0 | 10 | 5 | 237 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11011110 | 10110 | 0 | 1000 | 101 | 10011111 | 1000010 | 1010100 |
Color Harmonies of #BBF1DE
Complementary color
Monochromatic Colors of #BBF1DE
Black with #BBF1DE
Text Example
Text Example
White with #BBF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1DE; }
p { color: rgb(187,241,222); }
H1.HeaderClassName
{
color: #BBF1DE;
}
.AnyTagClassName
{
color: #BBF1DE;
}
</style>
background-color css
<style>
a { background-color: #BBF1DE; }
a { background-color: rgb(187,241,222); }
div.DivClassName
{
background-color: #BBF1DE;
}
.BgClassName
{
background-color: #BBF1DE;
}
</style>
border-color css
<style>
span { border-color: #BBF1DE; }
span { border-color: rgb(187,241,222); }
td.TdClassName
{
border-color: #BBF1DE;
}
.TagClassName
{
border-color: #BBF1DE;
}
</style>