Shades of Water Leaf #BBF2E0
Tints of Water Leaf #BBF2E0
RGB
CMYK
RGB Variations
Color information
#BBF2E0 (or 0xBBF2E0) is known color: Water Leaf. HEX triplet: BB, F2 and E0. RGB value is (187,242,224). Sum of RGB (Red+Green+Blue) = 187+242+224=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2E0 is #440D1F. Grayscale: #DFDFDF. Windows color (decimal): -4459808 or 14742203. OLE color: 14742203.
HSL color Cylindrical-coordinate representation of color #BBF2E0: hue angle of 160.36º degrees, saturation: 0.68, 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 #BBF2E0 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 224 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.05 |
| HSL | 160.36º | 0.68% | 0.84% | - |
| HSV(B) | 160.36º | 0.23% | 0.95% | - |
| XYZ | 65.7 | 79.45 | 82.39 | - |
| YUV | 223.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 224 | 0.23 | 0 | 0.07 | 0.05 | 160.36 | 0.68 | 0.84 |
| Hex | BB | F2 | E0 | 17 | 0 | 7 | 5 | A0 | 44 | 54 |
| Octal | 273 | 362 | 340 | 27 | 0 | 7 | 5 | 240 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11100000 | 10111 | 0 | 111 | 101 | 10100000 | 1000100 | 1010100 |
Color Harmonies of #BBF2E0
Complementary color
Monochromatic Colors of #BBF2E0
Black with #BBF2E0
Text Example
Text Example
White with #BBF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2E0; }
p { color: rgb(187,242,224); }
H1.HeaderClassName
{
color: #BBF2E0;
}
.AnyTagClassName
{
color: #BBF2E0;
}
</style>
background-color css
<style>
a { background-color: #BBF2E0; }
a { background-color: rgb(187,242,224); }
div.DivClassName
{
background-color: #BBF2E0;
}
.BgClassName
{
background-color: #BBF2E0;
}
</style>
border-color css
<style>
span { border-color: #BBF2E0; }
span { border-color: rgb(187,242,224); }
td.TdClassName
{
border-color: #BBF2E0;
}
.TagClassName
{
border-color: #BBF2E0;
}
</style>