Shades of Spring Rain #A6BDA2
Tints of Spring Rain #A6BDA2
RGB
CMYK
RGB Variations
Color information
#A6BDA2 (or 0xA6BDA2) is known color: Spring Rain. HEX triplet: A6, BD and A2. RGB value is (166,189,162). Sum of RGB (Red+Green+Blue) = 166+189+162=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA2 is #59425D. Grayscale: #B3B3B3. Windows color (decimal): -5849694 or 10665382. OLE color: 10665382.
HSL color Cylindrical-coordinate representation of color #A6BDA2: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BDA2 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 162 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.26 |
| HSL | 111.11º | 0.17% | 0.69% | - |
| HSV(B) | 111.11º | 0.14% | 0.74% | - |
| XYZ | 40.45 | 47.11 | 41.14 | - |
| YUV | 179.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 162 | 0.12 | 0 | 0.14 | 0.26 | 111.11 | 0.17 | 0.69 |
| Hex | A6 | BD | A2 | C | 0 | E | 1A | 6F | 11 | 45 |
| Octal | 246 | 275 | 242 | 14 | 0 | 16 | 32 | 157 | 21 | 105 |
| Binary | 10100110 | 10111101 | 10100010 | 1100 | 0 | 1110 | 11010 | 1101111 | 10001 | 1000101 |
Color Harmonies of #A6BDA2
Complementary color
Monochromatic Colors of #A6BDA2
Black with #A6BDA2
Text Example
Text Example
White with #A6BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDA2; }
p { color: rgb(166,189,162); }
H1.HeaderClassName
{
color: #A6BDA2;
}
.AnyTagClassName
{
color: #A6BDA2;
}
</style>
background-color css
<style>
a { background-color: #A6BDA2; }
a { background-color: rgb(166,189,162); }
div.DivClassName
{
background-color: #A6BDA2;
}
.BgClassName
{
background-color: #A6BDA2;
}
</style>
border-color css
<style>
span { border-color: #A6BDA2; }
span { border-color: rgb(166,189,162); }
td.TdClassName
{
border-color: #A6BDA2;
}
.TagClassName
{
border-color: #A6BDA2;
}
</style>