Shades of Perano #ADB7D9
Tints of Perano #ADB7D9
RGB
CMYK
RGB Variations
Color information
#ADB7D9 (or 0xADB7D9) is known color: Perano. HEX triplet: AD, B7 and D9. RGB value is (173,183,217). Sum of RGB (Red+Green+Blue) = 173+183+217=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADB7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7D9 is #524826. Grayscale: #B7B7B7. Windows color (decimal): -5392423 or 14268333. OLE color: 14268333.
HSL color Cylindrical-coordinate representation of color #ADB7D9: hue angle of 226.36º 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 #ADB7D9 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 183 | 217 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.15 |
| HSL | 226.36º | 0.37% | 0.76% | - |
| HSV(B) | 226.36º | 0.2% | 0.85% | - |
| XYZ | 46.69 | 47.76 | 72.4 | - |
| YUV | 183.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 217 | 0.20 | 0.16 | 0 | 0.15 | 226.36 | 0.37 | 0.76 |
| Hex | AD | B7 | D9 | 14 | 10 | 0 | F | E2 | 25 | 4C |
| Octal | 255 | 267 | 331 | 24 | 20 | 0 | 17 | 342 | 45 | 114 |
| Binary | 10101101 | 10110111 | 11011001 | 10100 | 10000 | 0 | 1111 | 11100010 | 100101 | 1001100 |
Color Harmonies of #ADB7D9
Complementary color
Monochromatic Colors of #ADB7D9
Black with #ADB7D9
Text Example
Text Example
White with #ADB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7D9; }
p { color: rgb(173,183,217); }
H1.HeaderClassName
{
color: #ADB7D9;
}
.AnyTagClassName
{
color: #ADB7D9;
}
</style>
background-color css
<style>
a { background-color: #ADB7D9; }
a { background-color: rgb(173,183,217); }
div.DivClassName
{
background-color: #ADB7D9;
}
.BgClassName
{
background-color: #ADB7D9;
}
</style>
border-color css
<style>
span { border-color: #ADB7D9; }
span { border-color: rgb(173,183,217); }
td.TdClassName
{
border-color: #ADB7D9;
}
.TagClassName
{
border-color: #ADB7D9;
}
</style>