Shades of Wistful #AAABCB
Tints of Wistful #AAABCB
RGB
CMYK
RGB Variations
Color information
#AAABCB (or 0xAAABCB) is known color: Wistful. HEX triplet: AA, AB and CB. RGB value is (170,171,203). Sum of RGB (Red+Green+Blue) = 170+171+203=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABCB is #555434. Grayscale: #AEAEAE. Windows color (decimal): -5592117 or 13347754. OLE color: 13347754.
HSL color Cylindrical-coordinate representation of color #AAABCB: hue angle of 238.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAABCB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 171 | 203 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.20 |
| HSL | 238.18º | 0.24% | 0.73% | - |
| HSV(B) | 238.18º | 0.16% | 0.8% | - |
| XYZ | 41.92 | 41.98 | 62.39 | - |
| YUV | 174.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 203 | 0.16 | 0.16 | 0 | 0.20 | 238.18 | 0.24 | 0.73 |
| Hex | AA | AB | CB | 10 | 10 | 0 | 14 | EE | 18 | 49 |
| Octal | 252 | 253 | 313 | 20 | 20 | 0 | 24 | 356 | 30 | 111 |
| Binary | 10101010 | 10101011 | 11001011 | 10000 | 10000 | 0 | 10100 | 11101110 | 11000 | 1001001 |
Color Harmonies of #AAABCB
Complementary color
Monochromatic Colors of #AAABCB
Black with #AAABCB
Text Example
Text Example
White with #AAABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABCB; }
p { color: rgb(170,171,203); }
H1.HeaderClassName
{
color: #AAABCB;
}
.AnyTagClassName
{
color: #AAABCB;
}
</style>
background-color css
<style>
a { background-color: #AAABCB; }
a { background-color: rgb(170,171,203); }
div.DivClassName
{
background-color: #AAABCB;
}
.BgClassName
{
background-color: #AAABCB;
}
</style>
border-color css
<style>
span { border-color: #AAABCB; }
span { border-color: rgb(170,171,203); }
td.TdClassName
{
border-color: #AAABCB;
}
.TagClassName
{
border-color: #AAABCB;
}
</style>