Shades of Water Leaf #BBF2E1
Tints of Water Leaf #BBF2E1
RGB
CMYK
RGB Variations
Color information
#BBF2E1 (or 0xBBF2E1) is known color: Water Leaf. HEX triplet: BB, F2 and E1. RGB value is (187,242,225). Sum of RGB (Red+Green+Blue) = 187+242+225=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2E1 is #440D1E. Grayscale: #DFDFDF. Windows color (decimal): -4459807 or 14807739. OLE color: 14807739.
HSL color Cylindrical-coordinate representation of color #BBF2E1: hue angle of 161.45º 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 #BBF2E1 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 225 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.05 |
| HSL | 161.45º | 0.68% | 0.84% | - |
| HSV(B) | 161.45º | 0.23% | 0.95% | - |
| XYZ | 65.84 | 79.51 | 83.11 | - |
| YUV | 223.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 225 | 0.23 | 0 | 0.07 | 0.05 | 161.45 | 0.68 | 0.84 |
| Hex | BB | F2 | E1 | 17 | 0 | 7 | 5 | A1 | 44 | 54 |
| Octal | 273 | 362 | 341 | 27 | 0 | 7 | 5 | 241 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11100001 | 10111 | 0 | 111 | 101 | 10100001 | 1000100 | 1010100 |
Color Harmonies of #BBF2E1
Complementary color
Monochromatic Colors of #BBF2E1
Black with #BBF2E1
Text Example
Text Example
White with #BBF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2E1; }
p { color: rgb(187,242,225); }
H1.HeaderClassName
{
color: #BBF2E1;
}
.AnyTagClassName
{
color: #BBF2E1;
}
</style>
background-color css
<style>
a { background-color: #BBF2E1; }
a { background-color: rgb(187,242,225); }
div.DivClassName
{
background-color: #BBF2E1;
}
.BgClassName
{
background-color: #BBF2E1;
}
</style>
border-color css
<style>
span { border-color: #BBF2E1; }
span { border-color: rgb(187,242,225); }
td.TdClassName
{
border-color: #BBF2E1;
}
.TagClassName
{
border-color: #BBF2E1;
}
</style>