Shades of Spring Rain #A8BFA4
Tints of Spring Rain #A8BFA4
RGB
CMYK
RGB Variations
Color information
#A8BFA4 (or 0xA8BFA4) is known color: Spring Rain. HEX triplet: A8, BF and A4. RGB value is (168,191,164). Sum of RGB (Red+Green+Blue) = 168+191+164=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFA4 is #57405B. Grayscale: #B5B5B5. Windows color (decimal): -5718108 or 10796968. OLE color: 10796968.
HSL color Cylindrical-coordinate representation of color #A8BFA4: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BFA4 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 164 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.25 |
| HSL | 111.11º | 0.17% | 0.7% | - |
| HSV(B) | 111.11º | 0.14% | 0.75% | - |
| XYZ | 41.48 | 48.27 | 42.25 | - |
| YUV | 181.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 164 | 0.12 | 0 | 0.14 | 0.25 | 111.11 | 0.17 | 0.7 |
| Hex | A8 | BF | A4 | C | 0 | E | 19 | 6F | 11 | 46 |
| Octal | 250 | 277 | 244 | 14 | 0 | 16 | 31 | 157 | 21 | 106 |
| Binary | 10101000 | 10111111 | 10100100 | 1100 | 0 | 1110 | 11001 | 1101111 | 10001 | 1000110 |
Color Harmonies of #A8BFA4
Complementary color
Monochromatic Colors of #A8BFA4
Black with #A8BFA4
Text Example
Text Example
White with #A8BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFA4; }
p { color: rgb(168,191,164); }
H1.HeaderClassName
{
color: #A8BFA4;
}
.AnyTagClassName
{
color: #A8BFA4;
}
</style>
background-color css
<style>
a { background-color: #A8BFA4; }
a { background-color: rgb(168,191,164); }
div.DivClassName
{
background-color: #A8BFA4;
}
.BgClassName
{
background-color: #A8BFA4;
}
</style>
border-color css
<style>
span { border-color: #A8BFA4; }
span { border-color: rgb(168,191,164); }
td.TdClassName
{
border-color: #A8BFA4;
}
.TagClassName
{
border-color: #A8BFA4;
}
</style>