Shades of Spun Pearl #AFABBD
Tints of Spun Pearl #AFABBD
RGB
CMYK
RGB Variations
Color information
#AFABBD (or 0xAFABBD) is known color: Spun Pearl. HEX triplet: AF, AB and BD. RGB value is (175,171,189). Sum of RGB (Red+Green+Blue) = 175+171+189=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABBD is #505442. Grayscale: #AEAEAE. Windows color (decimal): -5264451 or 12430255. OLE color: 12430255.
HSL color Cylindrical-coordinate representation of color #AFABBD: hue angle of 253.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFABBD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 171 | 189 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.26 |
| HSL | 253.33º | 0.12% | 0.71% | - |
| HSV(B) | 253.33º | 0.1% | 0.74% | - |
| XYZ | 41.43 | 41.91 | 54.05 | - |
| YUV | 174.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 189 | 0.07 | 0.10 | 0 | 0.26 | 253.33 | 0.12 | 0.71 |
| Hex | AF | AB | BD | 7 | A | 0 | 1A | FD | C | 47 |
| Octal | 257 | 253 | 275 | 7 | 12 | 0 | 32 | 375 | 14 | 107 |
| Binary | 10101111 | 10101011 | 10111101 | 111 | 1010 | 0 | 11010 | 11111101 | 1100 | 1000111 |
Color Harmonies of #AFABBD
Complementary color
Monochromatic Colors of #AFABBD
Black with #AFABBD
Text Example
Text Example
White with #AFABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABBD; }
p { color: rgb(175,171,189); }
H1.HeaderClassName
{
color: #AFABBD;
}
.AnyTagClassName
{
color: #AFABBD;
}
</style>
background-color css
<style>
a { background-color: #AFABBD; }
a { background-color: rgb(175,171,189); }
div.DivClassName
{
background-color: #AFABBD;
}
.BgClassName
{
background-color: #AFABBD;
}
</style>
border-color css
<style>
span { border-color: #AFABBD; }
span { border-color: rgb(175,171,189); }
td.TdClassName
{
border-color: #AFABBD;
}
.TagClassName
{
border-color: #AFABBD;
}
</style>