Shades of Water Leaf #BBF1DF
Tints of Water Leaf #BBF1DF
RGB
CMYK
RGB Variations
Color information
#BBF1DF (or 0xBBF1DF) is known color: Water Leaf. HEX triplet: BB, F1 and DF. RGB value is (187,241,223). Sum of RGB (Red+Green+Blue) = 187+241+223=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1DF is #440E20. Grayscale: #DEDEDE. Windows color (decimal): -4460065 or 14676411. OLE color: 14676411.
HSL color Cylindrical-coordinate representation of color #BBF1DF: hue angle of 160º 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 #BBF1DF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 223 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 160º | 0.66% | 0.84% | - |
| HSV(B) | 160º | 0.22% | 0.95% | - |
| XYZ | 65.27 | 78.8 | 81.58 | - |
| YUV | 222.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 223 | 0.22 | 0 | 0.07 | 0.05 | 160 | 0.66 | 0.84 |
| Hex | BB | F1 | DF | 16 | 0 | 7 | 5 | A0 | 42 | 54 |
| Octal | 273 | 361 | 337 | 26 | 0 | 7 | 5 | 240 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11011111 | 10110 | 0 | 111 | 101 | 10100000 | 1000010 | 1010100 |
Color Harmonies of #BBF1DF
Complementary color
Monochromatic Colors of #BBF1DF
Black with #BBF1DF
Text Example
Text Example
White with #BBF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1DF; }
p { color: rgb(187,241,223); }
H1.HeaderClassName
{
color: #BBF1DF;
}
.AnyTagClassName
{
color: #BBF1DF;
}
</style>
background-color css
<style>
a { background-color: #BBF1DF; }
a { background-color: rgb(187,241,223); }
div.DivClassName
{
background-color: #BBF1DF;
}
.BgClassName
{
background-color: #BBF1DF;
}
</style>
border-color css
<style>
span { border-color: #BBF1DF; }
span { border-color: rgb(187,241,223); }
td.TdClassName
{
border-color: #BBF1DF;
}
.TagClassName
{
border-color: #BBF1DF;
}
</style>