Shades of Water Leaf #B6F8E2
Tints of Water Leaf #B6F8E2
RGB
CMYK
RGB Variations
Color information
#B6F8E2 (or 0xB6F8E2) is known color: Water Leaf. HEX triplet: B6, F8 and E2. RGB value is (182,248,226). Sum of RGB (Red+Green+Blue) = 182+248+226=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F8E2 is #49071D. Grayscale: #E1E1E1. Windows color (decimal): -4785950 or 14874806. OLE color: 14874806.
HSL color Cylindrical-coordinate representation of color #B6F8E2: hue angle of 160º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F8E2 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 248 | 226 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.03 |
| HSL | 160º | 0.83% | 0.84% | - |
| HSV(B) | 160º | 0.27% | 0.97% | - |
| XYZ | 66.59 | 82.57 | 84.38 | - |
| YUV | 225.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 248 | 226 | 0.27 | 0 | 0.09 | 0.03 | 160 | 0.83 | 0.84 |
| Hex | B6 | F8 | E2 | 1B | 0 | 9 | 3 | A0 | 52 | 54 |
| Octal | 266 | 370 | 342 | 33 | 0 | 11 | 3 | 240 | 122 | 124 |
| Binary | 10110110 | 11111000 | 11100010 | 11011 | 0 | 1001 | 11 | 10100000 | 1010010 | 1010100 |
Color Harmonies of #B6F8E2
Complementary color
Monochromatic Colors of #B6F8E2
Black with #B6F8E2
Text Example
Text Example
White with #B6F8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F8E2; }
p { color: rgb(182,248,226); }
H1.HeaderClassName
{
color: #B6F8E2;
}
.AnyTagClassName
{
color: #B6F8E2;
}
</style>
background-color css
<style>
a { background-color: #B6F8E2; }
a { background-color: rgb(182,248,226); }
div.DivClassName
{
background-color: #B6F8E2;
}
.BgClassName
{
background-color: #B6F8E2;
}
</style>
border-color css
<style>
span { border-color: #B6F8E2; }
span { border-color: rgb(182,248,226); }
td.TdClassName
{
border-color: #B6F8E2;
}
.TagClassName
{
border-color: #B6F8E2;
}
</style>