Shades of Spun Pearl #AFACBC
Tints of Spun Pearl #AFACBC
RGB
CMYK
RGB Variations
Color information
#AFACBC (or 0xAFACBC) is known color: Spun Pearl. HEX triplet: AF, AC and BC. RGB value is (175,172,188). Sum of RGB (Red+Green+Blue) = 175+172+188=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBC is #505343. Grayscale: #AEAEAE. Windows color (decimal): -5264196 or 12364975. OLE color: 12364975.
HSL color Cylindrical-coordinate representation of color #AFACBC: hue angle of 251.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFACBC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 172 | 188 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.26 |
| HSL | 251.25º | 0.11% | 0.71% | - |
| HSV(B) | 251.25º | 0.09% | 0.74% | - |
| XYZ | 41.51 | 42.25 | 53.54 | - |
| YUV | 174.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 188 | 0.07 | 0.09 | 0 | 0.26 | 251.25 | 0.11 | 0.71 |
| Hex | AF | AC | BC | 7 | 9 | 0 | 1A | FB | B | 47 |
| Octal | 257 | 254 | 274 | 7 | 11 | 0 | 32 | 373 | 13 | 107 |
| Binary | 10101111 | 10101100 | 10111100 | 111 | 1001 | 0 | 11010 | 11111011 | 1011 | 1000111 |
Color Harmonies of #AFACBC
Complementary color
Monochromatic Colors of #AFACBC
Black with #AFACBC
Text Example
Text Example
White with #AFACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACBC; }
p { color: rgb(175,172,188); }
H1.HeaderClassName
{
color: #AFACBC;
}
.AnyTagClassName
{
color: #AFACBC;
}
</style>
background-color css
<style>
a { background-color: #AFACBC; }
a { background-color: rgb(175,172,188); }
div.DivClassName
{
background-color: #AFACBC;
}
.BgClassName
{
background-color: #AFACBC;
}
</style>
border-color css
<style>
span { border-color: #AFACBC; }
span { border-color: rgb(175,172,188); }
td.TdClassName
{
border-color: #AFACBC;
}
.TagClassName
{
border-color: #AFACBC;
}
</style>