Shades of Wistful #ABABBF
Tints of Wistful #ABABBF
RGB
CMYK
RGB Variations
Color information
#ABABBF (or 0xABABBF) is known color: Wistful. HEX triplet: AB, AB and BF. RGB value is (171,171,191). Sum of RGB (Red+Green+Blue) = 171+171+191=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABBF is #545440. Grayscale: #ADADAD. Windows color (decimal): -5526593 or 12561323. OLE color: 12561323.
HSL color Cylindrical-coordinate representation of color #ABABBF: hue angle of 240º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABABBF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 171 | 191 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.25 |
| HSL | 240º | 0.14% | 0.71% | - |
| HSV(B) | 240º | 0.1% | 0.75% | - |
| XYZ | 40.76 | 41.55 | 55.16 | - |
| YUV | 173.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 191 | 0.10 | 0.10 | 0 | 0.25 | 240 | 0.14 | 0.71 |
| Hex | AB | AB | BF | A | A | 0 | 19 | F0 | E | 47 |
| Octal | 253 | 253 | 277 | 12 | 12 | 0 | 31 | 360 | 16 | 107 |
| Binary | 10101011 | 10101011 | 10111111 | 1010 | 1010 | 0 | 11001 | 11110000 | 1110 | 1000111 |
Color Harmonies of #ABABBF
Complementary color
Monochromatic Colors of #ABABBF
Black with #ABABBF
Text Example
Text Example
White with #ABABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABBF; }
p { color: rgb(171,171,191); }
H1.HeaderClassName
{
color: #ABABBF;
}
.AnyTagClassName
{
color: #ABABBF;
}
</style>
background-color css
<style>
a { background-color: #ABABBF; }
a { background-color: rgb(171,171,191); }
div.DivClassName
{
background-color: #ABABBF;
}
.BgClassName
{
background-color: #ABABBF;
}
</style>
border-color css
<style>
span { border-color: #ABABBF; }
span { border-color: rgb(171,171,191); }
td.TdClassName
{
border-color: #ABABBF;
}
.TagClassName
{
border-color: #ABABBF;
}
</style>