Shades of Spring Rain #A7BFA2
Tints of Spring Rain #A7BFA2
RGB
CMYK
RGB Variations
Color information
#A7BFA2 (or 0xA7BFA2) is known color: Spring Rain. HEX triplet: A7, BF and A2. RGB value is (167,191,162). Sum of RGB (Red+Green+Blue) = 167+191+162=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BFA2 is #58405D. Grayscale: #B4B4B4. Windows color (decimal): -5783646 or 10665895. OLE color: 10665895.
HSL color Cylindrical-coordinate representation of color #A7BFA2: hue angle of 109.66º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BFA2 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 191 | 162 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.25 |
| HSL | 109.66º | 0.18% | 0.69% | - |
| HSV(B) | 109.66º | 0.15% | 0.75% | - |
| XYZ | 41.09 | 48.09 | 41.3 | - |
| YUV | 180.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 162 | 0.13 | 0 | 0.15 | 0.25 | 109.66 | 0.18 | 0.69 |
| Hex | A7 | BF | A2 | D | 0 | F | 19 | 6E | 12 | 45 |
| Octal | 247 | 277 | 242 | 15 | 0 | 17 | 31 | 156 | 22 | 105 |
| Binary | 10100111 | 10111111 | 10100010 | 1101 | 0 | 1111 | 11001 | 1101110 | 10010 | 1000101 |
Color Harmonies of #A7BFA2
Complementary color
Monochromatic Colors of #A7BFA2
Black with #A7BFA2
Text Example
Text Example
White with #A7BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFA2; }
p { color: rgb(167,191,162); }
H1.HeaderClassName
{
color: #A7BFA2;
}
.AnyTagClassName
{
color: #A7BFA2;
}
</style>
background-color css
<style>
a { background-color: #A7BFA2; }
a { background-color: rgb(167,191,162); }
div.DivClassName
{
background-color: #A7BFA2;
}
.BgClassName
{
background-color: #A7BFA2;
}
</style>
border-color css
<style>
span { border-color: #A7BFA2; }
span { border-color: rgb(167,191,162); }
td.TdClassName
{
border-color: #A7BFA2;
}
.TagClassName
{
border-color: #A7BFA2;
}
</style>