Shades of Water Leaf #BBF3DF
Tints of Water Leaf #BBF3DF
RGB
CMYK
RGB Variations
Color information
#BBF3DF (or 0xBBF3DF) is known color: Water Leaf. HEX triplet: BB, F3 and DF. RGB value is (187,243,223). Sum of RGB (Red+Green+Blue) = 187+243+223=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3DF is #440C20. Grayscale: #E0E0E0. Windows color (decimal): -4459553 or 14676923. OLE color: 14676923.
HSL color Cylindrical-coordinate representation of color #BBF3DF: hue angle of 158.57º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3DF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 223 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.05 |
| HSL | 158.57º | 0.7% | 0.84% | - |
| HSV(B) | 158.57º | 0.23% | 0.95% | - |
| XYZ | 65.86 | 79.99 | 81.78 | - |
| YUV | 223.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 223 | 0.23 | 0 | 0.08 | 0.05 | 158.57 | 0.7 | 0.84 |
| Hex | BB | F3 | DF | 17 | 0 | 8 | 5 | 9F | 46 | 54 |
| Octal | 273 | 363 | 337 | 27 | 0 | 10 | 5 | 237 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11011111 | 10111 | 0 | 1000 | 101 | 10011111 | 1000110 | 1010100 |
Color Harmonies of #BBF3DF
Complementary color
Monochromatic Colors of #BBF3DF
Black with #BBF3DF
Text Example
Text Example
White with #BBF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3DF; }
p { color: rgb(187,243,223); }
H1.HeaderClassName
{
color: #BBF3DF;
}
.AnyTagClassName
{
color: #BBF3DF;
}
</style>
background-color css
<style>
a { background-color: #BBF3DF; }
a { background-color: rgb(187,243,223); }
div.DivClassName
{
background-color: #BBF3DF;
}
.BgClassName
{
background-color: #BBF3DF;
}
</style>
border-color css
<style>
span { border-color: #BBF3DF; }
span { border-color: rgb(187,243,223); }
td.TdClassName
{
border-color: #BBF3DF;
}
.TagClassName
{
border-color: #BBF3DF;
}
</style>