Shades of Water Leaf #BBEFE0
Tints of Water Leaf #BBEFE0
RGB
CMYK
RGB Variations
Color information
#BBEFE0 (or 0xBBEFE0) is known color: Water Leaf. HEX triplet: BB, EF and E0. RGB value is (187,239,224). Sum of RGB (Red+Green+Blue) = 187+239+224=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE0 is #44101F. Grayscale: #DDDDDD. Windows color (decimal): -4460576 or 14741435. OLE color: 14741435.
HSL color Cylindrical-coordinate representation of color #BBEFE0: hue angle of 162.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFE0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 224 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.06 |
| HSL | 162.69º | 0.62% | 0.84% | - |
| HSV(B) | 162.69º | 0.22% | 0.94% | - |
| XYZ | 64.81 | 77.68 | 82.1 | - |
| YUV | 221.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 224 | 0.22 | 0 | 0.06 | 0.06 | 162.69 | 0.62 | 0.84 |
| Hex | BB | EF | E0 | 16 | 0 | 6 | 6 | A3 | 3E | 54 |
| Octal | 273 | 357 | 340 | 26 | 0 | 6 | 6 | 243 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11100000 | 10110 | 0 | 110 | 110 | 10100011 | 111110 | 1010100 |
Color Harmonies of #BBEFE0
Complementary color
Monochromatic Colors of #BBEFE0
Black with #BBEFE0
Text Example
Text Example
White with #BBEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFE0; }
p { color: rgb(187,239,224); }
H1.HeaderClassName
{
color: #BBEFE0;
}
.AnyTagClassName
{
color: #BBEFE0;
}
</style>
background-color css
<style>
a { background-color: #BBEFE0; }
a { background-color: rgb(187,239,224); }
div.DivClassName
{
background-color: #BBEFE0;
}
.BgClassName
{
background-color: #BBEFE0;
}
</style>
border-color css
<style>
span { border-color: #BBEFE0; }
span { border-color: rgb(187,239,224); }
td.TdClassName
{
border-color: #BBEFE0;
}
.TagClassName
{
border-color: #BBEFE0;
}
</style>