Shades of Wistful #ADA8BE
Tints of Wistful #ADA8BE
RGB
CMYK
RGB Variations
Color information
#ADA8BE (or 0xADA8BE) is known color: Wistful. HEX triplet: AD, A8 and BE. RGB value is (173,168,190). Sum of RGB (Red+Green+Blue) = 173+168+190=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BE is #525741. Grayscale: #ABABAB. Windows color (decimal): -5396290 or 12495021. OLE color: 12495021.
HSL color Cylindrical-coordinate representation of color #ADA8BE: hue angle of 253.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA8BE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 168 | 190 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.25 |
| HSL | 253.64º | 0.14% | 0.7% | - |
| HSV(B) | 253.64º | 0.12% | 0.75% | - |
| XYZ | 40.53 | 40.61 | 54.42 | - |
| YUV | 172 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 190 | 0.09 | 0.12 | 0 | 0.25 | 253.64 | 0.14 | 0.7 |
| Hex | AD | A8 | BE | 9 | C | 0 | 19 | FE | E | 46 |
| Octal | 255 | 250 | 276 | 11 | 14 | 0 | 31 | 376 | 16 | 106 |
| Binary | 10101101 | 10101000 | 10111110 | 1001 | 1100 | 0 | 11001 | 11111110 | 1110 | 1000110 |
Color Harmonies of #ADA8BE
Complementary color
Monochromatic Colors of #ADA8BE
Black with #ADA8BE
Text Example
Text Example
White with #ADA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8BE; }
p { color: rgb(173,168,190); }
H1.HeaderClassName
{
color: #ADA8BE;
}
.AnyTagClassName
{
color: #ADA8BE;
}
</style>
background-color css
<style>
a { background-color: #ADA8BE; }
a { background-color: rgb(173,168,190); }
div.DivClassName
{
background-color: #ADA8BE;
}
.BgClassName
{
background-color: #ADA8BE;
}
</style>
border-color css
<style>
span { border-color: #ADA8BE; }
span { border-color: rgb(173,168,190); }
td.TdClassName
{
border-color: #ADA8BE;
}
.TagClassName
{
border-color: #ADA8BE;
}
</style>