Shades of Perano #ADB5D9
Tints of Perano #ADB5D9
RGB
CMYK
RGB Variations
Color information
#ADB5D9 (or 0xADB5D9) is known color: Perano. HEX triplet: AD, B5 and D9. RGB value is (173,181,217). Sum of RGB (Red+Green+Blue) = 173+181+217=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADB5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5D9 is #524A26. Grayscale: #B6B6B6. Windows color (decimal): -5392935 or 14267821. OLE color: 14267821.
HSL color Cylindrical-coordinate representation of color #ADB5D9: hue angle of 229.09º 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 #ADB5D9 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 181 | 217 | - |
CMYK | 0.20 | 0.17 | 0 | 0.15 |
HSL | 229.09º | 0.37% | 0.76% | - |
HSV(B) | 229.09º | 0.2% | 0.85% | - |
XYZ | 46.28 | 46.94 | 72.27 | - |
YUV | 182.71 | 147.35 | 121.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 217 | 0.20 | 0.17 | 0 | 0.15 | 229.09 | 0.37 | 0.76 |
Hex | AD | B5 | D9 | 14 | 11 | 0 | F | E5 | 25 | 4C |
Octal | 255 | 265 | 331 | 24 | 21 | 0 | 17 | 345 | 45 | 114 |
Binary | 10101101 | 10110101 | 11011001 | 10100 | 10001 | 0 | 1111 | 11100101 | 100101 | 1001100 |
Color Harmonies of #ADB5D9
Complementary color
Monochromatic Colors of #ADB5D9
Black with #ADB5D9
Text Example
Text Example
White with #ADB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5D9; }
p { color: rgb(173,181,217); }
H1.HeaderClassName
{
color: #ADB5D9;
}
.AnyTagClassName
{
color: #ADB5D9;
}
</style>
background-color css
<style>
a { background-color: #ADB5D9; }
a { background-color: rgb(173,181,217); }
div.DivClassName
{
background-color: #ADB5D9;
}
.BgClassName
{
background-color: #ADB5D9;
}
</style>
border-color css
<style>
span { border-color: #ADB5D9; }
span { border-color: rgb(173,181,217); }
td.TdClassName
{
border-color: #ADB5D9;
}
.TagClassName
{
border-color: #ADB5D9;
}
</style>