Shades of Spring Rain #A6BCA4
Tints of Spring Rain #A6BCA4
RGB
CMYK
RGB Variations
Color information
#A6BCA4 (or 0xA6BCA4) is known color: Spring Rain. HEX triplet: A6, BC and A4. RGB value is (166,188,164). Sum of RGB (Red+Green+Blue) = 166+188+164=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA4 is #59435B. Grayscale: #B2B2B2. Windows color (decimal): -5849948 or 10796198. OLE color: 10796198.
HSL color Cylindrical-coordinate representation of color #A6BCA4: hue angle of 115º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BCA4 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 164 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.26 |
| HSL | 115º | 0.15% | 0.69% | - |
| HSV(B) | 115º | 0.13% | 0.74% | - |
| XYZ | 40.41 | 46.75 | 42.02 | - |
| YUV | 178.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 164 | 0.12 | 0 | 0.13 | 0.26 | 115 | 0.15 | 0.69 |
| Hex | A6 | BC | A4 | C | 0 | D | 1A | 73 | F | 45 |
| Octal | 246 | 274 | 244 | 14 | 0 | 15 | 32 | 163 | 17 | 105 |
| Binary | 10100110 | 10111100 | 10100100 | 1100 | 0 | 1101 | 11010 | 1110011 | 1111 | 1000101 |
Color Harmonies of #A6BCA4
Complementary color
Monochromatic Colors of #A6BCA4
Black with #A6BCA4
Text Example
Text Example
White with #A6BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCA4; }
p { color: rgb(166,188,164); }
H1.HeaderClassName
{
color: #A6BCA4;
}
.AnyTagClassName
{
color: #A6BCA4;
}
</style>
background-color css
<style>
a { background-color: #A6BCA4; }
a { background-color: rgb(166,188,164); }
div.DivClassName
{
background-color: #A6BCA4;
}
.BgClassName
{
background-color: #A6BCA4;
}
</style>
border-color css
<style>
span { border-color: #A6BCA4; }
span { border-color: rgb(166,188,164); }
td.TdClassName
{
border-color: #A6BCA4;
}
.TagClassName
{
border-color: #A6BCA4;
}
</style>