Shades of Water Leaf #B6F3DE
Tints of Water Leaf #B6F3DE
RGB
CMYK
RGB Variations
Color information
#B6F3DE (or 0xB6F3DE) is known color: Water Leaf. HEX triplet: B6, F3 and DE. RGB value is (182,243,222). Sum of RGB (Red+Green+Blue) = 182+243+222=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3DE is #490C21. Grayscale: #DEDEDE. Windows color (decimal): -4787234 or 14611382. OLE color: 14611382.
HSL color Cylindrical-coordinate representation of color #B6F3DE: hue angle of 159.34º degrees, saturation: 0.72, 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 #B6F3DE is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 243 | 222 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.05 |
| HSL | 159.34º | 0.72% | 0.83% | - |
| HSV(B) | 159.34º | 0.25% | 0.95% | - |
| XYZ | 64.53 | 79.32 | 81.02 | - |
| YUV | 222.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 243 | 222 | 0.25 | 0 | 0.09 | 0.05 | 159.34 | 0.72 | 0.83 |
| Hex | B6 | F3 | DE | 19 | 0 | 9 | 5 | 9F | 48 | 53 |
| Octal | 266 | 363 | 336 | 31 | 0 | 11 | 5 | 237 | 110 | 123 |
| Binary | 10110110 | 11110011 | 11011110 | 11001 | 0 | 1001 | 101 | 10011111 | 1001000 | 1010011 |
Color Harmonies of #B6F3DE
Complementary color
Monochromatic Colors of #B6F3DE
Black with #B6F3DE
Text Example
Text Example
White with #B6F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F3DE; }
p { color: rgb(182,243,222); }
H1.HeaderClassName
{
color: #B6F3DE;
}
.AnyTagClassName
{
color: #B6F3DE;
}
</style>
background-color css
<style>
a { background-color: #B6F3DE; }
a { background-color: rgb(182,243,222); }
div.DivClassName
{
background-color: #B6F3DE;
}
.BgClassName
{
background-color: #B6F3DE;
}
</style>
border-color css
<style>
span { border-color: #B6F3DE; }
span { border-color: rgb(182,243,222); }
td.TdClassName
{
border-color: #B6F3DE;
}
.TagClassName
{
border-color: #B6F3DE;
}
</style>