Shades of Spun Pearl #ABABB1
Tints of Spun Pearl #ABABB1
RGB
CMYK
RGB Variations
Color information
#ABABB1 (or 0xABABB1) is known color: Spun Pearl. HEX triplet: AB, AB and B1. RGB value is (171,171,177). Sum of RGB (Red+Green+Blue) = 171+171+177=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABB1 is #54544E. Grayscale: #ABABAB. Windows color (decimal): -5526607 or 11643819. OLE color: 11643819.
HSL color Cylindrical-coordinate representation of color #ABABB1: hue angle of 240º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABABB1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 171 | 177 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.31 |
| HSL | 240º | 0.04% | 0.68% | - |
| HSV(B) | 240º | 0.03% | 0.69% | - |
| XYZ | 39.29 | 40.96 | 47.43 | - |
| YUV | 171.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 177 | 0.03 | 0.03 | 0 | 0.31 | 240 | 0.04 | 0.68 |
| Hex | AB | AB | B1 | 3 | 3 | 0 | 1F | F0 | 4 | 44 |
| Octal | 253 | 253 | 261 | 3 | 3 | 0 | 37 | 360 | 4 | 104 |
| Binary | 10101011 | 10101011 | 10110001 | 11 | 11 | 0 | 11111 | 11110000 | 100 | 1000100 |
Color Harmonies of #ABABB1
Complementary color
Monochromatic Colors of #ABABB1
Black with #ABABB1
Text Example
Text Example
White with #ABABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABB1; }
p { color: rgb(171,171,177); }
H1.HeaderClassName
{
color: #ABABB1;
}
.AnyTagClassName
{
color: #ABABB1;
}
</style>
background-color css
<style>
a { background-color: #ABABB1; }
a { background-color: rgb(171,171,177); }
div.DivClassName
{
background-color: #ABABB1;
}
.BgClassName
{
background-color: #ABABB1;
}
</style>
border-color css
<style>
span { border-color: #ABABB1; }
span { border-color: rgb(171,171,177); }
td.TdClassName
{
border-color: #ABABB1;
}
.TagClassName
{
border-color: #ABABB1;
}
</style>