Shades of Spun Pearl #AFAFBC
Tints of Spun Pearl #AFAFBC
RGB
CMYK
RGB Variations
Color information
#AFAFBC (or 0xAFAFBC) is known color: Spun Pearl. HEX triplet: AF, AF and BC. RGB value is (175,175,188). Sum of RGB (Red+Green+Blue) = 175+175+188=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFBC is #505043. Grayscale: #B0B0B0. Windows color (decimal): -5263428 or 12365743. OLE color: 12365743.
HSL color Cylindrical-coordinate representation of color #AFAFBC: hue angle of 240º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFAFBC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 175 | 188 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.26 |
| HSL | 240º | 0.09% | 0.71% | - |
| HSV(B) | 240º | 0.07% | 0.74% | - |
| XYZ | 42.09 | 43.4 | 53.74 | - |
| YUV | 176.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 188 | 0.07 | 0.07 | 0 | 0.26 | 240 | 0.09 | 0.71 |
| Hex | AF | AF | BC | 7 | 7 | 0 | 1A | F0 | 9 | 47 |
| Octal | 257 | 257 | 274 | 7 | 7 | 0 | 32 | 360 | 11 | 107 |
| Binary | 10101111 | 10101111 | 10111100 | 111 | 111 | 0 | 11010 | 11110000 | 1001 | 1000111 |
Color Harmonies of #AFAFBC
Complementary color
Monochromatic Colors of #AFAFBC
Black with #AFAFBC
Text Example
Text Example
White with #AFAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFBC; }
p { color: rgb(175,175,188); }
H1.HeaderClassName
{
color: #AFAFBC;
}
.AnyTagClassName
{
color: #AFAFBC;
}
</style>
background-color css
<style>
a { background-color: #AFAFBC; }
a { background-color: rgb(175,175,188); }
div.DivClassName
{
background-color: #AFAFBC;
}
.BgClassName
{
background-color: #AFAFBC;
}
</style>
border-color css
<style>
span { border-color: #AFAFBC; }
span { border-color: rgb(175,175,188); }
td.TdClassName
{
border-color: #AFAFBC;
}
.TagClassName
{
border-color: #AFAFBC;
}
</style>