Shades of Perano #ADB7DC
Tints of Perano #ADB7DC
RGB
CMYK
RGB Variations
Color information
#ADB7DC (or 0xADB7DC) is known color: Perano. HEX triplet: AD, B7 and DC. RGB value is (173,183,220). Sum of RGB (Red+Green+Blue) = 173+183+220=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7DC is #524823. Grayscale: #B8B8B8. Windows color (decimal): -5392420 or 14464941. OLE color: 14464941.
HSL color Cylindrical-coordinate representation of color #ADB7DC: hue angle of 227.23º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB7DC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 183 | 220 | - |
CMYK | 0.21 | 0.17 | 0 | 0.14 |
HSL | 227.23º | 0.4% | 0.77% | - |
HSV(B) | 227.23º | 0.21% | 0.86% | - |
XYZ | 47.09 | 47.92 | 74.48 | - |
YUV | 184.23 | 148.19 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 220 | 0.21 | 0.17 | 0 | 0.14 | 227.23 | 0.4 | 0.77 |
Hex | AD | B7 | DC | 15 | 11 | 0 | E | E3 | 28 | 4D |
Octal | 255 | 267 | 334 | 25 | 21 | 0 | 16 | 343 | 50 | 115 |
Binary | 10101101 | 10110111 | 11011100 | 10101 | 10001 | 0 | 1110 | 11100011 | 101000 | 1001101 |
Color Harmonies of #ADB7DC
Complementary color
Monochromatic Colors of #ADB7DC
Black with #ADB7DC
Text Example
Text Example
White with #ADB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7DC; }
p { color: rgb(173,183,220); }
H1.HeaderClassName
{
color: #ADB7DC;
}
.AnyTagClassName
{
color: #ADB7DC;
}
</style>
background-color css
<style>
a { background-color: #ADB7DC; }
a { background-color: rgb(173,183,220); }
div.DivClassName
{
background-color: #ADB7DC;
}
.BgClassName
{
background-color: #ADB7DC;
}
</style>
border-color css
<style>
span { border-color: #ADB7DC; }
span { border-color: rgb(173,183,220); }
td.TdClassName
{
border-color: #ADB7DC;
}
.TagClassName
{
border-color: #ADB7DC;
}
</style>