Shades of Spring Rain #AFBCA8
Tints of Spring Rain #AFBCA8
RGB
CMYK
RGB Variations
Color information
#AFBCA8 (or 0xAFBCA8) is known color: Spring Rain. HEX triplet: AF, BC and A8. RGB value is (175,188,168). Sum of RGB (Red+Green+Blue) = 175+188+168=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA8 is #504357. Grayscale: #B5B5B5. Windows color (decimal): -5260120 or 11058351. OLE color: 11058351.
HSL color Cylindrical-coordinate representation of color #AFBCA8: hue angle of 99º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBCA8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 168 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.26 |
| HSL | 99º | 0.13% | 0.7% | - |
| HSV(B) | 99º | 0.11% | 0.74% | - |
| XYZ | 42.73 | 47.91 | 44.04 | - |
| YUV | 181.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 168 | 0.07 | 0 | 0.11 | 0.26 | 99 | 0.13 | 0.7 |
| Hex | AF | BC | A8 | 7 | 0 | B | 1A | 63 | D | 46 |
| Octal | 257 | 274 | 250 | 7 | 0 | 13 | 32 | 143 | 15 | 106 |
| Binary | 10101111 | 10111100 | 10101000 | 111 | 0 | 1011 | 11010 | 1100011 | 1101 | 1000110 |
Color Harmonies of #AFBCA8
Complementary color
Monochromatic Colors of #AFBCA8
Black with #AFBCA8
Text Example
Text Example
White with #AFBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCA8; }
p { color: rgb(175,188,168); }
H1.HeaderClassName
{
color: #AFBCA8;
}
.AnyTagClassName
{
color: #AFBCA8;
}
</style>
background-color css
<style>
a { background-color: #AFBCA8; }
a { background-color: rgb(175,188,168); }
div.DivClassName
{
background-color: #AFBCA8;
}
.BgClassName
{
background-color: #AFBCA8;
}
</style>
border-color css
<style>
span { border-color: #AFBCA8; }
span { border-color: rgb(175,188,168); }
td.TdClassName
{
border-color: #AFBCA8;
}
.TagClassName
{
border-color: #AFBCA8;
}
</style>