Shades of Water Leaf #B6E5DB
Tints of Water Leaf #B6E5DB
RGB
CMYK
RGB Variations
Color information
#B6E5DB (or 0xB6E5DB) is known color: Water Leaf. HEX triplet: B6, E5 and DB. RGB value is (182,229,219). Sum of RGB (Red+Green+Blue) = 182+229+219=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5DB is #491A24. Grayscale: #D5D5D5. Windows color (decimal): -4790821 or 14411190. OLE color: 14411190.
HSL color Cylindrical-coordinate representation of color #B6E5DB: hue angle of 167.23º 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 #B6E5DB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 219 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.10 |
| HSL | 167.23º | 0.47% | 0.81% | - |
| HSV(B) | 167.23º | 0.21% | 0.9% | - |
| XYZ | 60.1 | 71.1 | 77.57 | - |
| YUV | 213.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 219 | 0.21 | 0 | 0.04 | 0.10 | 167.23 | 0.47 | 0.81 |
| Hex | B6 | E5 | DB | 15 | 0 | 4 | A | A7 | 2F | 51 |
| Octal | 266 | 345 | 333 | 25 | 0 | 4 | 12 | 247 | 57 | 121 |
| Binary | 10110110 | 11100101 | 11011011 | 10101 | 0 | 100 | 1010 | 10100111 | 101111 | 1010001 |
Color Harmonies of #B6E5DB
Complementary color
Monochromatic Colors of #B6E5DB
Black with #B6E5DB
Text Example
Text Example
White with #B6E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E5DB; }
p { color: rgb(182,229,219); }
H1.HeaderClassName
{
color: #B6E5DB;
}
.AnyTagClassName
{
color: #B6E5DB;
}
</style>
background-color css
<style>
a { background-color: #B6E5DB; }
a { background-color: rgb(182,229,219); }
div.DivClassName
{
background-color: #B6E5DB;
}
.BgClassName
{
background-color: #B6E5DB;
}
</style>
border-color css
<style>
span { border-color: #B6E5DB; }
span { border-color: rgb(182,229,219); }
td.TdClassName
{
border-color: #B6E5DB;
}
.TagClassName
{
border-color: #B6E5DB;
}
</style>