Shades of Spring Rain #A8BDA1
Tints of Spring Rain #A8BDA1
RGB
CMYK
RGB Variations
Color information
#A8BDA1 (or 0xA8BDA1) is known color: Spring Rain. HEX triplet: A8, BD and A1. RGB value is (168,189,161). Sum of RGB (Red+Green+Blue) = 168+189+161=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA1 is #57425E. Grayscale: #B3B3B3. Windows color (decimal): -5718623 or 10599848. OLE color: 10599848.
HSL color Cylindrical-coordinate representation of color #A8BDA1: hue angle of 105º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BDA1 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 189 | 161 | - |
CMYK | 0.11 | 0 | 0.15 | 0.26 |
HSL | 105º | 0.18% | 0.69% | - |
HSV(B) | 105º | 0.15% | 0.74% | - |
XYZ | 40.78 | 47.29 | 40.7 | - |
YUV | 179.53 | 117.54 | 119.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 189 | 161 | 0.11 | 0 | 0.15 | 0.26 | 105 | 0.18 | 0.69 |
Hex | A8 | BD | A1 | B | 0 | F | 1A | 69 | 12 | 45 |
Octal | 250 | 275 | 241 | 13 | 0 | 17 | 32 | 151 | 22 | 105 |
Binary | 10101000 | 10111101 | 10100001 | 1011 | 0 | 1111 | 11010 | 1101001 | 10010 | 1000101 |
Color Harmonies of #A8BDA1
Complementary color
Monochromatic Colors of #A8BDA1
Black with #A8BDA1
Text Example
Text Example
White with #A8BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDA1; }
p { color: rgb(168,189,161); }
H1.HeaderClassName
{
color: #A8BDA1;
}
.AnyTagClassName
{
color: #A8BDA1;
}
</style>
background-color css
<style>
a { background-color: #A8BDA1; }
a { background-color: rgb(168,189,161); }
div.DivClassName
{
background-color: #A8BDA1;
}
.BgClassName
{
background-color: #A8BDA1;
}
</style>
border-color css
<style>
span { border-color: #A8BDA1; }
span { border-color: rgb(168,189,161); }
td.TdClassName
{
border-color: #A8BDA1;
}
.TagClassName
{
border-color: #A8BDA1;
}
</style>