Shades of Water Leaf #B6FDE4
Tints of Water Leaf #B6FDE4
RGB
CMYK
RGB Variations
Color information
#B6FDE4 (or 0xB6FDE4) is known color: Water Leaf. HEX triplet: B6, FD and E4. RGB value is (182,253,228). Sum of RGB (Red+Green+Blue) = 182+253+228=663 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.45% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDE4 is #49021B. Grayscale: #E4E4E4. Windows color (decimal): -4784668 or 15007158. OLE color: 15007158.
HSL color Cylindrical-coordinate representation of color #B6FDE4: hue angle of 158.87º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FDE4 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 253 | 228 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.01 |
| HSL | 158.87º | 0.95% | 0.85% | - |
| HSV(B) | 158.87º | 0.28% | 0.99% | - |
| XYZ | 68.42 | 85.8 | 86.35 | - |
| YUV | 228.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 253 | 228 | 0.28 | 0 | 0.10 | 0.01 | 158.87 | 0.95 | 0.85 |
| Hex | B6 | FD | E4 | 1C | 0 | A | 1 | 9F | 5F | 55 |
| Octal | 266 | 375 | 344 | 34 | 0 | 12 | 1 | 237 | 137 | 125 |
| Binary | 10110110 | 11111101 | 11100100 | 11100 | 0 | 1010 | 1 | 10011111 | 1011111 | 1010101 |
Color Harmonies of #B6FDE4
Complementary color
Monochromatic Colors of #B6FDE4
Black with #B6FDE4
Text Example
Text Example
White with #B6FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FDE4; }
p { color: rgb(182,253,228); }
H1.HeaderClassName
{
color: #B6FDE4;
}
.AnyTagClassName
{
color: #B6FDE4;
}
</style>
background-color css
<style>
a { background-color: #B6FDE4; }
a { background-color: rgb(182,253,228); }
div.DivClassName
{
background-color: #B6FDE4;
}
.BgClassName
{
background-color: #B6FDE4;
}
</style>
border-color css
<style>
span { border-color: #B6FDE4; }
span { border-color: rgb(182,253,228); }
td.TdClassName
{
border-color: #B6FDE4;
}
.TagClassName
{
border-color: #B6FDE4;
}
</style>