Shades of Water Leaf #B9E6DA
Tints of Water Leaf #B9E6DA
RGB
CMYK
RGB Variations
Color information
#B9E6DA (or 0xB9E6DA) is known color: Water Leaf. HEX triplet: B9, E6 and DA. RGB value is (185,230,218). Sum of RGB (Red+Green+Blue) = 185+230+218=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E6DA is #461925. Grayscale: #D7D7D7. Windows color (decimal): -4593958 or 14345913. OLE color: 14345913.
HSL color Cylindrical-coordinate representation of color #B9E6DA: hue angle of 164º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E6DA is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 218 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.10 |
| HSL | 164º | 0.47% | 0.81% | - |
| HSV(B) | 164º | 0.2% | 0.9% | - |
| XYZ | 60.96 | 71.97 | 77.01 | - |
| YUV | 215.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 218 | 0.20 | 0 | 0.05 | 0.10 | 164 | 0.47 | 0.81 |
| Hex | B9 | E6 | DA | 14 | 0 | 5 | A | A4 | 2F | 51 |
| Octal | 271 | 346 | 332 | 24 | 0 | 5 | 12 | 244 | 57 | 121 |
| Binary | 10111001 | 11100110 | 11011010 | 10100 | 0 | 101 | 1010 | 10100100 | 101111 | 1010001 |
Color Harmonies of #B9E6DA
Complementary color
Monochromatic Colors of #B9E6DA
Black with #B9E6DA
Text Example
Text Example
White with #B9E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E6DA; }
p { color: rgb(185,230,218); }
H1.HeaderClassName
{
color: #B9E6DA;
}
.AnyTagClassName
{
color: #B9E6DA;
}
</style>
background-color css
<style>
a { background-color: #B9E6DA; }
a { background-color: rgb(185,230,218); }
div.DivClassName
{
background-color: #B9E6DA;
}
.BgClassName
{
background-color: #B9E6DA;
}
</style>
border-color css
<style>
span { border-color: #B9E6DA; }
span { border-color: rgb(185,230,218); }
td.TdClassName
{
border-color: #B9E6DA;
}
.TagClassName
{
border-color: #B9E6DA;
}
</style>