Shades of Water Leaf #B6F2DB
Tints of Water Leaf #B6F2DB
RGB
CMYK
RGB Variations
Color information
#B6F2DB (or 0xB6F2DB) is known color: Water Leaf. HEX triplet: B6, F2 and DB. RGB value is (182,242,219). Sum of RGB (Red+Green+Blue) = 182+242+219=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F2DB is #490D24. Grayscale: #DDDDDD. Windows color (decimal): -4787493 or 14414518. OLE color: 14414518.
HSL color Cylindrical-coordinate representation of color #B6F2DB: hue angle of 157º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F2DB is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 219 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.05 |
| HSL | 157º | 0.7% | 0.83% | - |
| HSV(B) | 157º | 0.25% | 0.95% | - |
| XYZ | 63.83 | 78.56 | 78.82 | - |
| YUV | 221.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 219 | 0.25 | 0 | 0.10 | 0.05 | 157 | 0.7 | 0.83 |
| Hex | B6 | F2 | DB | 19 | 0 | A | 5 | 9D | 46 | 53 |
| Octal | 266 | 362 | 333 | 31 | 0 | 12 | 5 | 235 | 106 | 123 |
| Binary | 10110110 | 11110010 | 11011011 | 11001 | 0 | 1010 | 101 | 10011101 | 1000110 | 1010011 |
Color Harmonies of #B6F2DB
Complementary color
Monochromatic Colors of #B6F2DB
Black with #B6F2DB
Text Example
Text Example
White with #B6F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F2DB; }
p { color: rgb(182,242,219); }
H1.HeaderClassName
{
color: #B6F2DB;
}
.AnyTagClassName
{
color: #B6F2DB;
}
</style>
background-color css
<style>
a { background-color: #B6F2DB; }
a { background-color: rgb(182,242,219); }
div.DivClassName
{
background-color: #B6F2DB;
}
.BgClassName
{
background-color: #B6F2DB;
}
</style>
border-color css
<style>
span { border-color: #B6F2DB; }
span { border-color: rgb(182,242,219); }
td.TdClassName
{
border-color: #B6F2DB;
}
.TagClassName
{
border-color: #B6F2DB;
}
</style>