Shades of Water Leaf #B6E5DC
Tints of Water Leaf #B6E5DC
RGB
CMYK
RGB Variations
Color information
#B6E5DC (or 0xB6E5DC) is known color: Water Leaf. HEX triplet: B6, E5 and DC. RGB value is (182,229,220). Sum of RGB (Red+Green+Blue) = 182+229+220=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5DC is #491A23. Grayscale: #D5D5D5. Windows color (decimal): -4790820 or 14476726. OLE color: 14476726.
HSL color Cylindrical-coordinate representation of color #B6E5DC: hue angle of 168.51º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E5DC is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 220 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.10 |
| HSL | 168.51º | 0.47% | 0.81% | - |
| HSV(B) | 168.51º | 0.21% | 0.9% | - |
| XYZ | 60.23 | 71.15 | 78.27 | - |
| YUV | 213.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 220 | 0.21 | 0 | 0.04 | 0.10 | 168.51 | 0.47 | 0.81 |
| Hex | B6 | E5 | DC | 15 | 0 | 4 | A | A9 | 2F | 51 |
| Octal | 266 | 345 | 334 | 25 | 0 | 4 | 12 | 251 | 57 | 121 |
| Binary | 10110110 | 11100101 | 11011100 | 10101 | 0 | 100 | 1010 | 10101001 | 101111 | 1010001 |
Color Harmonies of #B6E5DC
Complementary color
Monochromatic Colors of #B6E5DC
Black with #B6E5DC
Text Example
Text Example
White with #B6E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E5DC; }
p { color: rgb(182,229,220); }
H1.HeaderClassName
{
color: #B6E5DC;
}
.AnyTagClassName
{
color: #B6E5DC;
}
</style>
background-color css
<style>
a { background-color: #B6E5DC; }
a { background-color: rgb(182,229,220); }
div.DivClassName
{
background-color: #B6E5DC;
}
.BgClassName
{
background-color: #B6E5DC;
}
</style>
border-color css
<style>
span { border-color: #B6E5DC; }
span { border-color: rgb(182,229,220); }
td.TdClassName
{
border-color: #B6E5DC;
}
.TagClassName
{
border-color: #B6E5DC;
}
</style>