Shades of Snow Flurry #E6FFBC
Tints of Snow Flurry #E6FFBC
RGB
CMYK
RGB Variations
Color information
#E6FFBC (or 0xE6FFBC) is known color: Snow Flurry. HEX triplet: E6, FF and BC. RGB value is (230,255,188). Sum of RGB (Red+Green+Blue) = 230+255+188=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 188 (73.83% from 255 or 27.93% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFBC is #190043. Grayscale: #F0F0F0. Windows color (decimal): -1638468 or 12386278. OLE color: 12386278.
HSL color Cylindrical-coordinate representation of color #E6FFBC: hue angle of 82.39º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6FFBC is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 188 | - |
| CMYK | 0.10 | 0 | 0.26 | 0 |
| HSL | 82.39º | 1% | 0.87% | - |
| HSV(B) | 82.39º | 0.26% | 1% | - |
| XYZ | 77.47 | 91.97 | 61.25 | - |
| YUV | 239.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 188 | 0.10 | 0 | 0.26 | 0 | 82.39 | 1 | 0.87 |
| Hex | E6 | FF | BC | A | 0 | 1A | 0 | 52 | 64 | 57 |
| Octal | 346 | 377 | 274 | 12 | 0 | 32 | 0 | 122 | 144 | 127 |
| Binary | 11100110 | 11111111 | 10111100 | 1010 | 0 | 11010 | 0 | 1010010 | 1100100 | 1010111 |
Color Harmonies of #E6FFBC
Complementary color
Monochromatic Colors of #E6FFBC
Black with #E6FFBC
Text Example
Text Example
White with #E6FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFBC; }
p { color: rgb(230,255,188); }
H1.HeaderClassName
{
color: #E6FFBC;
}
.AnyTagClassName
{
color: #E6FFBC;
}
</style>
background-color css
<style>
a { background-color: #E6FFBC; }
a { background-color: rgb(230,255,188); }
div.DivClassName
{
background-color: #E6FFBC;
}
.BgClassName
{
background-color: #E6FFBC;
}
</style>
border-color css
<style>
span { border-color: #E6FFBC; }
span { border-color: rgb(230,255,188); }
td.TdClassName
{
border-color: #E6FFBC;
}
.TagClassName
{
border-color: #E6FFBC;
}
</style>