Shades of Spring Rain #A8BCA2
Tints of Spring Rain #A8BCA2
RGB
CMYK
RGB Variations
Color information
#A8BCA2 (or 0xA8BCA2) is known color: Spring Rain. HEX triplet: A8, BC and A2. RGB value is (168,188,162). Sum of RGB (Red+Green+Blue) = 168+188+162=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA2 is #57435D. Grayscale: #B3B3B3. Windows color (decimal): -5718878 or 10665128. OLE color: 10665128.
HSL color Cylindrical-coordinate representation of color #A8BCA2: hue angle of 106.15º degrees, saturation: 0.16, 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 #A8BCA2 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 188 | 162 | - |
CMYK | 0.11 | 0 | 0.14 | 0.26 |
HSL | 106.15º | 0.16% | 0.69% | - |
HSV(B) | 106.15º | 0.14% | 0.74% | - |
XYZ | 40.65 | 46.9 | 41.09 | - |
YUV | 179.06 | 118.37 | 120.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 162 | 0.11 | 0 | 0.14 | 0.26 | 106.15 | 0.16 | 0.69 |
Hex | A8 | BC | A2 | B | 0 | E | 1A | 6A | 10 | 45 |
Octal | 250 | 274 | 242 | 13 | 0 | 16 | 32 | 152 | 20 | 105 |
Binary | 10101000 | 10111100 | 10100010 | 1011 | 0 | 1110 | 11010 | 1101010 | 10000 | 1000101 |
Color Harmonies of #A8BCA2
Complementary color
Monochromatic Colors of #A8BCA2
Black with #A8BCA2
Text Example
Text Example
White with #A8BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCA2; }
p { color: rgb(168,188,162); }
H1.HeaderClassName
{
color: #A8BCA2;
}
.AnyTagClassName
{
color: #A8BCA2;
}
</style>
background-color css
<style>
a { background-color: #A8BCA2; }
a { background-color: rgb(168,188,162); }
div.DivClassName
{
background-color: #A8BCA2;
}
.BgClassName
{
background-color: #A8BCA2;
}
</style>
border-color css
<style>
span { border-color: #A8BCA2; }
span { border-color: rgb(168,188,162); }
td.TdClassName
{
border-color: #A8BCA2;
}
.TagClassName
{
border-color: #A8BCA2;
}
</style>