Shades of Perano #ADB9DD
Tints of Perano #ADB9DD
RGB
CMYK
RGB Variations
Color information
#ADB9DD (or 0xADB9DD) is known color: Perano. HEX triplet: AD, B9 and DD. RGB value is (173,185,221). Sum of RGB (Red+Green+Blue) = 173+185+221=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9DD is #524622. Grayscale: #B9B9B9. Windows color (decimal): -5391907 or 14530989. OLE color: 14530989.
HSL color Cylindrical-coordinate representation of color #ADB9DD: hue angle of 225º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB9DD is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 185 | 221 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.13 |
| HSL | 225º | 0.41% | 0.77% | - |
| HSV(B) | 225º | 0.22% | 0.87% | - |
| XYZ | 47.63 | 48.8 | 75.32 | - |
| YUV | 185.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 221 | 0.22 | 0.16 | 0 | 0.13 | 225 | 0.41 | 0.77 |
| Hex | AD | B9 | DD | 16 | 10 | 0 | D | E1 | 29 | 4D |
| Octal | 255 | 271 | 335 | 26 | 20 | 0 | 15 | 341 | 51 | 115 |
| Binary | 10101101 | 10111001 | 11011101 | 10110 | 10000 | 0 | 1101 | 11100001 | 101001 | 1001101 |
Color Harmonies of #ADB9DD
Complementary color
Monochromatic Colors of #ADB9DD
Black with #ADB9DD
Text Example
Text Example
White with #ADB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9DD; }
p { color: rgb(173,185,221); }
H1.HeaderClassName
{
color: #ADB9DD;
}
.AnyTagClassName
{
color: #ADB9DD;
}
</style>
background-color css
<style>
a { background-color: #ADB9DD; }
a { background-color: rgb(173,185,221); }
div.DivClassName
{
background-color: #ADB9DD;
}
.BgClassName
{
background-color: #ADB9DD;
}
</style>
border-color css
<style>
span { border-color: #ADB9DD; }
span { border-color: rgb(173,185,221); }
td.TdClassName
{
border-color: #ADB9DD;
}
.TagClassName
{
border-color: #ADB9DD;
}
</style>