Shades of Spun Pearl #AFABBB
Tints of Spun Pearl #AFABBB
RGB
CMYK
RGB Variations
Color information
#AFABBB (or 0xAFABBB) is known color: Spun Pearl. HEX triplet: AF, AB and BB. RGB value is (175,171,187). Sum of RGB (Red+Green+Blue) = 175+171+187=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABBB is #505444. Grayscale: #ADADAD. Windows color (decimal): -5264453 or 12299183. OLE color: 12299183.
HSL color Cylindrical-coordinate representation of color #AFABBB: hue angle of 255º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFABBB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 171 | 187 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.27 |
| HSL | 255º | 0.11% | 0.7% | - |
| HSV(B) | 255º | 0.09% | 0.73% | - |
| XYZ | 41.21 | 41.83 | 52.92 | - |
| YUV | 174.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 187 | 0.06 | 0.09 | 0 | 0.27 | 255 | 0.11 | 0.7 |
| Hex | AF | AB | BB | 6 | 9 | 0 | 1B | FF | B | 46 |
| Octal | 257 | 253 | 273 | 6 | 11 | 0 | 33 | 377 | 13 | 106 |
| Binary | 10101111 | 10101011 | 10111011 | 110 | 1001 | 0 | 11011 | 11111111 | 1011 | 1000110 |
Color Harmonies of #AFABBB
Complementary color
Monochromatic Colors of #AFABBB
Black with #AFABBB
Text Example
Text Example
White with #AFABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABBB; }
p { color: rgb(175,171,187); }
H1.HeaderClassName
{
color: #AFABBB;
}
.AnyTagClassName
{
color: #AFABBB;
}
</style>
background-color css
<style>
a { background-color: #AFABBB; }
a { background-color: rgb(175,171,187); }
div.DivClassName
{
background-color: #AFABBB;
}
.BgClassName
{
background-color: #AFABBB;
}
</style>
border-color css
<style>
span { border-color: #AFABBB; }
span { border-color: rgb(175,171,187); }
td.TdClassName
{
border-color: #AFABBB;
}
.TagClassName
{
border-color: #AFABBB;
}
</style>