Shades of Water Leaf #B9EEE4
Tints of Water Leaf #B9EEE4
RGB
CMYK
RGB Variations
Color information
#B9EEE4 (or 0xB9EEE4) is known color: Water Leaf. HEX triplet: B9, EE and E4. RGB value is (185,238,228). Sum of RGB (Red+Green+Blue) = 185+238+228=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EEE4 is #46111B. Grayscale: #DDDDDD. Windows color (decimal): -4591900 or 15003321. OLE color: 15003321.
HSL color Cylindrical-coordinate representation of color #B9EEE4: hue angle of 168.68º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EEE4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 238 | 228 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.07 |
| HSL | 168.68º | 0.61% | 0.83% | - |
| HSV(B) | 168.68º | 0.22% | 0.93% | - |
| XYZ | 64.59 | 77.06 | 84.87 | - |
| YUV | 221.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 238 | 228 | 0.22 | 0 | 0.04 | 0.07 | 168.68 | 0.61 | 0.83 |
| Hex | B9 | EE | E4 | 16 | 0 | 4 | 7 | A9 | 3D | 53 |
| Octal | 271 | 356 | 344 | 26 | 0 | 4 | 7 | 251 | 75 | 123 |
| Binary | 10111001 | 11101110 | 11100100 | 10110 | 0 | 100 | 111 | 10101001 | 111101 | 1010011 |
Color Harmonies of #B9EEE4
Complementary color
Monochromatic Colors of #B9EEE4
Black with #B9EEE4
Text Example
Text Example
White with #B9EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EEE4; }
p { color: rgb(185,238,228); }
H1.HeaderClassName
{
color: #B9EEE4;
}
.AnyTagClassName
{
color: #B9EEE4;
}
</style>
background-color css
<style>
a { background-color: #B9EEE4; }
a { background-color: rgb(185,238,228); }
div.DivClassName
{
background-color: #B9EEE4;
}
.BgClassName
{
background-color: #B9EEE4;
}
</style>
border-color css
<style>
span { border-color: #B9EEE4; }
span { border-color: rgb(185,238,228); }
td.TdClassName
{
border-color: #B9EEE4;
}
.TagClassName
{
border-color: #B9EEE4;
}
</style>