Shades of Water Leaf #B9EFE3
Tints of Water Leaf #B9EFE3
RGB
CMYK
RGB Variations
Color information
#B9EFE3 (or 0xB9EFE3) is known color: Water Leaf. HEX triplet: B9, EF and E3. RGB value is (185,239,227). Sum of RGB (Red+Green+Blue) = 185+239+227=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFE3 is #46101C. Grayscale: #DDDDDD. Windows color (decimal): -4591645 or 14938041. OLE color: 14938041.
HSL color Cylindrical-coordinate representation of color #B9EFE3: hue angle of 166.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFE3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 227 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.06 |
| HSL | 166.67º | 0.63% | 0.83% | - |
| HSV(B) | 166.67º | 0.23% | 0.94% | - |
| XYZ | 64.74 | 77.59 | 84.24 | - |
| YUV | 221.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 227 | 0.23 | 0 | 0.05 | 0.06 | 166.67 | 0.63 | 0.83 |
| Hex | B9 | EF | E3 | 17 | 0 | 5 | 6 | A7 | 3F | 53 |
| Octal | 271 | 357 | 343 | 27 | 0 | 5 | 6 | 247 | 77 | 123 |
| Binary | 10111001 | 11101111 | 11100011 | 10111 | 0 | 101 | 110 | 10100111 | 111111 | 1010011 |
Color Harmonies of #B9EFE3
Complementary color
Monochromatic Colors of #B9EFE3
Black with #B9EFE3
Text Example
Text Example
White with #B9EFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFE3; }
p { color: rgb(185,239,227); }
H1.HeaderClassName
{
color: #B9EFE3;
}
.AnyTagClassName
{
color: #B9EFE3;
}
</style>
background-color css
<style>
a { background-color: #B9EFE3; }
a { background-color: rgb(185,239,227); }
div.DivClassName
{
background-color: #B9EFE3;
}
.BgClassName
{
background-color: #B9EFE3;
}
</style>
border-color css
<style>
span { border-color: #B9EFE3; }
span { border-color: rgb(185,239,227); }
td.TdClassName
{
border-color: #B9EFE3;
}
.TagClassName
{
border-color: #B9EFE3;
}
</style>