Shades of Spun Pearl #AFACBD
Tints of Spun Pearl #AFACBD
RGB
CMYK
RGB Variations
Color information
#AFACBD (or 0xAFACBD) is known color: Spun Pearl. HEX triplet: AF, AC and BD. RGB value is (175,172,189). Sum of RGB (Red+Green+Blue) = 175+172+189=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBD is #505342. Grayscale: #AEAEAE. Windows color (decimal): -5264195 or 12430511. OLE color: 12430511.
HSL color Cylindrical-coordinate representation of color #AFACBD: hue angle of 250.59º 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 #AFACBD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 172 | 189 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.26 |
| HSL | 250.59º | 0.11% | 0.71% | - |
| HSV(B) | 250.59º | 0.09% | 0.74% | - |
| XYZ | 41.62 | 42.29 | 54.11 | - |
| YUV | 174.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 189 | 0.07 | 0.09 | 0 | 0.26 | 250.59 | 0.11 | 0.71 |
| Hex | AF | AC | BD | 7 | 9 | 0 | 1A | FB | B | 47 |
| Octal | 257 | 254 | 275 | 7 | 11 | 0 | 32 | 373 | 13 | 107 |
| Binary | 10101111 | 10101100 | 10111101 | 111 | 1001 | 0 | 11010 | 11111011 | 1011 | 1000111 |
Color Harmonies of #AFACBD
Complementary color
Monochromatic Colors of #AFACBD
Black with #AFACBD
Text Example
Text Example
White with #AFACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACBD; }
p { color: rgb(175,172,189); }
H1.HeaderClassName
{
color: #AFACBD;
}
.AnyTagClassName
{
color: #AFACBD;
}
</style>
background-color css
<style>
a { background-color: #AFACBD; }
a { background-color: rgb(175,172,189); }
div.DivClassName
{
background-color: #AFACBD;
}
.BgClassName
{
background-color: #AFACBD;
}
</style>
border-color css
<style>
span { border-color: #AFACBD; }
span { border-color: rgb(175,172,189); }
td.TdClassName
{
border-color: #AFACBD;
}
.TagClassName
{
border-color: #AFACBD;
}
</style>