Shades of Water Leaf #BBF1DC
Tints of Water Leaf #BBF1DC
RGB
CMYK
RGB Variations
Color information
#BBF1DC (or 0xBBF1DC) is known color: Water Leaf. HEX triplet: BB, F1 and DC. RGB value is (187,241,220). Sum of RGB (Red+Green+Blue) = 187+241+220=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1DC is #440E23. Grayscale: #DEDEDE. Windows color (decimal): -4460068 or 14479803. OLE color: 14479803.
HSL color Cylindrical-coordinate representation of color #BBF1DC: hue angle of 156.67º 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 #BBF1DC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 220 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.05 |
| HSL | 156.67º | 0.66% | 0.84% | - |
| HSV(B) | 156.67º | 0.22% | 0.95% | - |
| XYZ | 64.87 | 78.64 | 79.47 | - |
| YUV | 222.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 220 | 0.22 | 0 | 0.09 | 0.05 | 156.67 | 0.66 | 0.84 |
| Hex | BB | F1 | DC | 16 | 0 | 9 | 5 | 9D | 42 | 54 |
| Octal | 273 | 361 | 334 | 26 | 0 | 11 | 5 | 235 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11011100 | 10110 | 0 | 1001 | 101 | 10011101 | 1000010 | 1010100 |
Color Harmonies of #BBF1DC
Complementary color
Monochromatic Colors of #BBF1DC
Black with #BBF1DC
Text Example
Text Example
White with #BBF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1DC; }
p { color: rgb(187,241,220); }
H1.HeaderClassName
{
color: #BBF1DC;
}
.AnyTagClassName
{
color: #BBF1DC;
}
</style>
background-color css
<style>
a { background-color: #BBF1DC; }
a { background-color: rgb(187,241,220); }
div.DivClassName
{
background-color: #BBF1DC;
}
.BgClassName
{
background-color: #BBF1DC;
}
</style>
border-color css
<style>
span { border-color: #BBF1DC; }
span { border-color: rgb(187,241,220); }
td.TdClassName
{
border-color: #BBF1DC;
}
.TagClassName
{
border-color: #BBF1DC;
}
</style>