Shades of Wistful #ADABBE
Tints of Wistful #ADABBE
RGB
CMYK
RGB Variations
Color information
#ADABBE (or 0xADABBE) is known color: Wistful. HEX triplet: AD, AB and BE. RGB value is (173,171,190). Sum of RGB (Red+Green+Blue) = 173+171+190=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBE is #525441. Grayscale: #ADADAD. Windows color (decimal): -5395522 or 12495789. OLE color: 12495789.
HSL color Cylindrical-coordinate representation of color #ADABBE: hue angle of 246.32º degrees, saturation: 0.13, 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 #ADABBE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 171 | 190 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.25 |
| HSL | 246.32º | 0.13% | 0.71% | - |
| HSV(B) | 246.32º | 0.1% | 0.75% | - |
| XYZ | 41.09 | 41.73 | 54.6 | - |
| YUV | 173.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 190 | 0.09 | 0.10 | 0 | 0.25 | 246.32 | 0.13 | 0.71 |
| Hex | AD | AB | BE | 9 | A | 0 | 19 | F6 | D | 47 |
| Octal | 255 | 253 | 276 | 11 | 12 | 0 | 31 | 366 | 15 | 107 |
| Binary | 10101101 | 10101011 | 10111110 | 1001 | 1010 | 0 | 11001 | 11110110 | 1101 | 1000111 |
Color Harmonies of #ADABBE
Complementary color
Monochromatic Colors of #ADABBE
Black with #ADABBE
Text Example
Text Example
White with #ADABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABBE; }
p { color: rgb(173,171,190); }
H1.HeaderClassName
{
color: #ADABBE;
}
.AnyTagClassName
{
color: #ADABBE;
}
</style>
background-color css
<style>
a { background-color: #ADABBE; }
a { background-color: rgb(173,171,190); }
div.DivClassName
{
background-color: #ADABBE;
}
.BgClassName
{
background-color: #ADABBE;
}
</style>
border-color css
<style>
span { border-color: #ADABBE; }
span { border-color: rgb(173,171,190); }
td.TdClassName
{
border-color: #ADABBE;
}
.TagClassName
{
border-color: #ADABBE;
}
</style>