Shades of Spring Rain #A4BDA4
Tints of Spring Rain #A4BDA4
RGB
CMYK
RGB Variations
Color information
#A4BDA4 (or 0xA4BDA4) is known color: Spring Rain. HEX triplet: A4, BD and A4. RGB value is (164,189,164). Sum of RGB (Red+Green+Blue) = 164+189+164=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA4 is #5B425B. Grayscale: #B2B2B2. Windows color (decimal): -5980764 or 10796452. OLE color: 10796452.
HSL color Cylindrical-coordinate representation of color #A4BDA4: hue angle of 120º degrees, saturation: 0.16, 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 #A4BDA4 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 164 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.26 |
| HSL | 120º | 0.16% | 0.69% | - |
| HSV(B) | 120º | 0.13% | 0.74% | - |
| XYZ | 40.21 | 46.97 | 42.07 | - |
| YUV | 178.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 164 | 0.13 | 0 | 0.13 | 0.26 | 120 | 0.16 | 0.69 |
| Hex | A4 | BD | A4 | D | 0 | D | 1A | 78 | 10 | 45 |
| Octal | 244 | 275 | 244 | 15 | 0 | 15 | 32 | 170 | 20 | 105 |
| Binary | 10100100 | 10111101 | 10100100 | 1101 | 0 | 1101 | 11010 | 1111000 | 10000 | 1000101 |
Color Harmonies of #A4BDA4
Complementary color
Monochromatic Colors of #A4BDA4
Black with #A4BDA4
Text Example
Text Example
White with #A4BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDA4; }
p { color: rgb(164,189,164); }
H1.HeaderClassName
{
color: #A4BDA4;
}
.AnyTagClassName
{
color: #A4BDA4;
}
</style>
background-color css
<style>
a { background-color: #A4BDA4; }
a { background-color: rgb(164,189,164); }
div.DivClassName
{
background-color: #A4BDA4;
}
.BgClassName
{
background-color: #A4BDA4;
}
</style>
border-color css
<style>
span { border-color: #A4BDA4; }
span { border-color: rgb(164,189,164); }
td.TdClassName
{
border-color: #A4BDA4;
}
.TagClassName
{
border-color: #A4BDA4;
}
</style>