Shades of Water Leaf #B6FFE8
Tints of Water Leaf #B6FFE8
RGB
CMYK
RGB Variations
Color information
#B6FFE8 (or 0xB6FFE8) is known color: Water Leaf. HEX triplet: B6, FF and E8. RGB value is (182,255,232). Sum of RGB (Red+Green+Blue) = 182+255+232=669 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.20% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFE8 is #490017. Grayscale: #E6E6E6. Windows color (decimal): -4784152 or 15269814. OLE color: 15269814.
HSL color Cylindrical-coordinate representation of color #B6FFE8: hue angle of 161.1º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFE8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 232 | - |
| CMYK | 0.29 | 0 | 0.09 | 0 |
| HSL | 161.1º | 1% | 0.86% | - |
| HSV(B) | 161.1º | 0.29% | 1% | - |
| XYZ | 69.62 | 87.29 | 89.52 | - |
| YUV | 230.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 232 | 0.29 | 0 | 0.09 | 0 | 161.1 | 1 | 0.86 |
| Hex | B6 | FF | E8 | 1D | 0 | 9 | 0 | A1 | 64 | 56 |
| Octal | 266 | 377 | 350 | 35 | 0 | 11 | 0 | 241 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11101000 | 11101 | 0 | 1001 | 0 | 10100001 | 1100100 | 1010110 |
Color Harmonies of #B6FFE8
Complementary color
Monochromatic Colors of #B6FFE8
Black with #B6FFE8
Text Example
Text Example
White with #B6FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFE8; }
p { color: rgb(182,255,232); }
H1.HeaderClassName
{
color: #B6FFE8;
}
.AnyTagClassName
{
color: #B6FFE8;
}
</style>
background-color css
<style>
a { background-color: #B6FFE8; }
a { background-color: rgb(182,255,232); }
div.DivClassName
{
background-color: #B6FFE8;
}
.BgClassName
{
background-color: #B6FFE8;
}
</style>
border-color css
<style>
span { border-color: #B6FFE8; }
span { border-color: rgb(182,255,232); }
td.TdClassName
{
border-color: #B6FFE8;
}
.TagClassName
{
border-color: #B6FFE8;
}
</style>