Shades of Perano #ADB9D9
Tints of Perano #ADB9D9
RGB
CMYK
RGB Variations
Color information
#ADB9D9 (or 0xADB9D9) is known color: Perano. HEX triplet: AD, B9 and D9. RGB value is (173,185,217). Sum of RGB (Red+Green+Blue) = 173+185+217=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADB9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9D9 is #524626. Grayscale: #B8B8B8. Windows color (decimal): -5391911 or 14268845. OLE color: 14268845.
HSL color Cylindrical-coordinate representation of color #ADB9D9: hue angle of 223.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB9D9 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 185 | 217 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.15 |
| HSL | 223.64º | 0.37% | 0.76% | - |
| HSV(B) | 223.64º | 0.2% | 0.85% | - |
| XYZ | 47.11 | 48.59 | 72.54 | - |
| YUV | 185.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 217 | 0.20 | 0.15 | 0 | 0.15 | 223.64 | 0.37 | 0.76 |
| Hex | AD | B9 | D9 | 14 | F | 0 | F | E0 | 25 | 4C |
| Octal | 255 | 271 | 331 | 24 | 17 | 0 | 17 | 340 | 45 | 114 |
| Binary | 10101101 | 10111001 | 11011001 | 10100 | 1111 | 0 | 1111 | 11100000 | 100101 | 1001100 |
Color Harmonies of #ADB9D9
Complementary color
Monochromatic Colors of #ADB9D9
Black with #ADB9D9
Text Example
Text Example
White with #ADB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9D9; }
p { color: rgb(173,185,217); }
H1.HeaderClassName
{
color: #ADB9D9;
}
.AnyTagClassName
{
color: #ADB9D9;
}
</style>
background-color css
<style>
a { background-color: #ADB9D9; }
a { background-color: rgb(173,185,217); }
div.DivClassName
{
background-color: #ADB9D9;
}
.BgClassName
{
background-color: #ADB9D9;
}
</style>
border-color css
<style>
span { border-color: #ADB9D9; }
span { border-color: rgb(173,185,217); }
td.TdClassName
{
border-color: #ADB9D9;
}
.TagClassName
{
border-color: #ADB9D9;
}
</style>