Shades of Spun Pearl #ABABB7
Tints of Spun Pearl #ABABB7
RGB
CMYK
RGB Variations
Color information
#ABABB7 (or 0xABABB7) is known color: Spun Pearl. HEX triplet: AB, AB and B7. RGB value is (171,171,183). Sum of RGB (Red+Green+Blue) = 171+171+183=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABB7 is #545448. Grayscale: #ACACAC. Windows color (decimal): -5526601 or 12037035. OLE color: 12037035.
HSL color Cylindrical-coordinate representation of color #ABABB7: hue angle of 240º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABABB7 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 171 | 183 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.28 |
| HSL | 240º | 0.08% | 0.69% | - |
| HSV(B) | 240º | 0.07% | 0.72% | - |
| XYZ | 39.9 | 41.2 | 50.65 | - |
| YUV | 172.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 183 | 0.07 | 0.07 | 0 | 0.28 | 240 | 0.08 | 0.69 |
| Hex | AB | AB | B7 | 7 | 7 | 0 | 1C | F0 | 8 | 45 |
| Octal | 253 | 253 | 267 | 7 | 7 | 0 | 34 | 360 | 10 | 105 |
| Binary | 10101011 | 10101011 | 10110111 | 111 | 111 | 0 | 11100 | 11110000 | 1000 | 1000101 |
Color Harmonies of #ABABB7
Complementary color
Monochromatic Colors of #ABABB7
Black with #ABABB7
Text Example
Text Example
White with #ABABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABB7; }
p { color: rgb(171,171,183); }
H1.HeaderClassName
{
color: #ABABB7;
}
.AnyTagClassName
{
color: #ABABB7;
}
</style>
background-color css
<style>
a { background-color: #ABABB7; }
a { background-color: rgb(171,171,183); }
div.DivClassName
{
background-color: #ABABB7;
}
.BgClassName
{
background-color: #ABABB7;
}
</style>
border-color css
<style>
span { border-color: #ABABB7; }
span { border-color: rgb(171,171,183); }
td.TdClassName
{
border-color: #ABABB7;
}
.TagClassName
{
border-color: #ABABB7;
}
</style>