Shades of Water Leaf #B6F1E8
Tints of Water Leaf #B6F1E8
RGB
CMYK
RGB Variations
Color information
#B6F1E8 (or 0xB6F1E8) is known color: Water Leaf. HEX triplet: B6, F1 and E8. RGB value is (182,241,232). Sum of RGB (Red+Green+Blue) = 182+241+232=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F1E8 is #490E17. Grayscale: #DEDEDE. Windows color (decimal): -4787736 or 15266230. OLE color: 15266230.
HSL color Cylindrical-coordinate representation of color #B6F1E8: hue angle of 170.85º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1E8 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 241 | 232 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.05 |
| HSL | 170.85º | 0.68% | 0.83% | - |
| HSV(B) | 170.85º | 0.24% | 0.95% | - |
| XYZ | 65.31 | 78.68 | 88.09 | - |
| YUV | 222.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 241 | 232 | 0.24 | 0 | 0.04 | 0.05 | 170.85 | 0.68 | 0.83 |
| Hex | B6 | F1 | E8 | 18 | 0 | 4 | 5 | AB | 44 | 53 |
| Octal | 266 | 361 | 350 | 30 | 0 | 4 | 5 | 253 | 104 | 123 |
| Binary | 10110110 | 11110001 | 11101000 | 11000 | 0 | 100 | 101 | 10101011 | 1000100 | 1010011 |
Color Harmonies of #B6F1E8
Complementary color
Monochromatic Colors of #B6F1E8
Black with #B6F1E8
Text Example
Text Example
White with #B6F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F1E8; }
p { color: rgb(182,241,232); }
H1.HeaderClassName
{
color: #B6F1E8;
}
.AnyTagClassName
{
color: #B6F1E8;
}
</style>
background-color css
<style>
a { background-color: #B6F1E8; }
a { background-color: rgb(182,241,232); }
div.DivClassName
{
background-color: #B6F1E8;
}
.BgClassName
{
background-color: #B6F1E8;
}
</style>
border-color css
<style>
span { border-color: #B6F1E8; }
span { border-color: rgb(182,241,232); }
td.TdClassName
{
border-color: #B6F1E8;
}
.TagClassName
{
border-color: #B6F1E8;
}
</style>