Shades of Water Leaf #B6F1E4
Tints of Water Leaf #B6F1E4
RGB
CMYK
RGB Variations
Color information
#B6F1E4 (or 0xB6F1E4) is known color: Water Leaf. HEX triplet: B6, F1 and E4. RGB value is (182,241,228). Sum of RGB (Red+Green+Blue) = 182+241+228=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1E4 is #490E1B. Grayscale: #DDDDDD. Windows color (decimal): -4787740 or 15004086. OLE color: 15004086.
HSL color Cylindrical-coordinate representation of color #B6F1E4: hue angle of 166.78º 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 #B6F1E4 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 241 | 228 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.05 |
| HSL | 166.78º | 0.68% | 0.83% | - |
| HSV(B) | 166.78º | 0.24% | 0.95% | - |
| XYZ | 64.75 | 78.46 | 85.13 | - |
| YUV | 221.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 241 | 228 | 0.24 | 0 | 0.05 | 0.05 | 166.78 | 0.68 | 0.83 |
| Hex | B6 | F1 | E4 | 18 | 0 | 5 | 5 | A7 | 44 | 53 |
| Octal | 266 | 361 | 344 | 30 | 0 | 5 | 5 | 247 | 104 | 123 |
| Binary | 10110110 | 11110001 | 11100100 | 11000 | 0 | 101 | 101 | 10100111 | 1000100 | 1010011 |
Color Harmonies of #B6F1E4
Complementary color
Monochromatic Colors of #B6F1E4
Black with #B6F1E4
Text Example
Text Example
White with #B6F1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F1E4; }
p { color: rgb(182,241,228); }
H1.HeaderClassName
{
color: #B6F1E4;
}
.AnyTagClassName
{
color: #B6F1E4;
}
</style>
background-color css
<style>
a { background-color: #B6F1E4; }
a { background-color: rgb(182,241,228); }
div.DivClassName
{
background-color: #B6F1E4;
}
.BgClassName
{
background-color: #B6F1E4;
}
</style>
border-color css
<style>
span { border-color: #B6F1E4; }
span { border-color: rgb(182,241,228); }
td.TdClassName
{
border-color: #B6F1E4;
}
.TagClassName
{
border-color: #B6F1E4;
}
</style>