Shades of Spun Pearl #AEABBB
Tints of Spun Pearl #AEABBB
RGB
CMYK
RGB Variations
Color information
#AEABBB (or 0xAEABBB) is known color: Spun Pearl. HEX triplet: AE, AB and BB. RGB value is (174,171,187). Sum of RGB (Red+Green+Blue) = 174+171+187=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABBB is #515444. Grayscale: #ADADAD. Windows color (decimal): -5329989 or 12299182. OLE color: 12299182.
HSL color Cylindrical-coordinate representation of color #AEABBB: hue angle of 251.25º 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 #AEABBB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 171 | 187 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.27 |
| HSL | 251.25º | 0.11% | 0.7% | - |
| HSV(B) | 251.25º | 0.09% | 0.73% | - |
| XYZ | 40.99 | 41.71 | 52.9 | - |
| YUV | 173.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 187 | 0.07 | 0.09 | 0 | 0.27 | 251.25 | 0.11 | 0.7 |
| Hex | AE | AB | BB | 7 | 9 | 0 | 1B | FB | B | 46 |
| Octal | 256 | 253 | 273 | 7 | 11 | 0 | 33 | 373 | 13 | 106 |
| Binary | 10101110 | 10101011 | 10111011 | 111 | 1001 | 0 | 11011 | 11111011 | 1011 | 1000110 |
Color Harmonies of #AEABBB
Complementary color
Monochromatic Colors of #AEABBB
Black with #AEABBB
Text Example
Text Example
White with #AEABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABBB; }
p { color: rgb(174,171,187); }
H1.HeaderClassName
{
color: #AEABBB;
}
.AnyTagClassName
{
color: #AEABBB;
}
</style>
background-color css
<style>
a { background-color: #AEABBB; }
a { background-color: rgb(174,171,187); }
div.DivClassName
{
background-color: #AEABBB;
}
.BgClassName
{
background-color: #AEABBB;
}
</style>
border-color css
<style>
span { border-color: #AEABBB; }
span { border-color: rgb(174,171,187); }
td.TdClassName
{
border-color: #AEABBB;
}
.TagClassName
{
border-color: #AEABBB;
}
</style>