Shades of Spun Pearl #AEABBD
Tints of Spun Pearl #AEABBD
RGB
CMYK
RGB Variations
Color information
#AEABBD (or 0xAEABBD) is known color: Spun Pearl. HEX triplet: AE, AB and BD. RGB value is (174,171,189). Sum of RGB (Red+Green+Blue) = 174+171+189=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABBD is #515442. Grayscale: #ADADAD. Windows color (decimal): -5329987 or 12430254. OLE color: 12430254.
HSL color Cylindrical-coordinate representation of color #AEABBD: hue angle of 250º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEABBD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 171 | 189 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.26 |
| HSL | 250º | 0.12% | 0.71% | - |
| HSV(B) | 250º | 0.1% | 0.74% | - |
| XYZ | 41.2 | 41.8 | 54.04 | - |
| YUV | 173.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 189 | 0.08 | 0.10 | 0 | 0.26 | 250 | 0.12 | 0.71 |
| Hex | AE | AB | BD | 8 | A | 0 | 1A | FA | C | 47 |
| Octal | 256 | 253 | 275 | 10 | 12 | 0 | 32 | 372 | 14 | 107 |
| Binary | 10101110 | 10101011 | 10111101 | 1000 | 1010 | 0 | 11010 | 11111010 | 1100 | 1000111 |
Color Harmonies of #AEABBD
Complementary color
Monochromatic Colors of #AEABBD
Black with #AEABBD
Text Example
Text Example
White with #AEABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABBD; }
p { color: rgb(174,171,189); }
H1.HeaderClassName
{
color: #AEABBD;
}
.AnyTagClassName
{
color: #AEABBD;
}
</style>
background-color css
<style>
a { background-color: #AEABBD; }
a { background-color: rgb(174,171,189); }
div.DivClassName
{
background-color: #AEABBD;
}
.BgClassName
{
background-color: #AEABBD;
}
</style>
border-color css
<style>
span { border-color: #AEABBD; }
span { border-color: rgb(174,171,189); }
td.TdClassName
{
border-color: #AEABBD;
}
.TagClassName
{
border-color: #AEABBD;
}
</style>