Shades of Perano #ADB8DC
Tints of Perano #ADB8DC
RGB
CMYK
RGB Variations
Color information
#ADB8DC (or 0xADB8DC) is known color: Perano. HEX triplet: AD, B8 and DC. RGB value is (173,184,220). Sum of RGB (Red+Green+Blue) = 173+184+220=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8DC is #524723. Grayscale: #B8B8B8. Windows color (decimal): -5392164 or 14465197. OLE color: 14465197.
HSL color Cylindrical-coordinate representation of color #ADB8DC: hue angle of 225.96º 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 #ADB8DC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 184 | 220 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.14 |
| HSL | 225.96º | 0.4% | 0.77% | - |
| HSV(B) | 225.96º | 0.21% | 0.86% | - |
| XYZ | 47.29 | 48.33 | 74.55 | - |
| YUV | 184.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 220 | 0.21 | 0.16 | 0 | 0.14 | 225.96 | 0.4 | 0.77 |
| Hex | AD | B8 | DC | 15 | 10 | 0 | E | E2 | 28 | 4D |
| Octal | 255 | 270 | 334 | 25 | 20 | 0 | 16 | 342 | 50 | 115 |
| Binary | 10101101 | 10111000 | 11011100 | 10101 | 10000 | 0 | 1110 | 11100010 | 101000 | 1001101 |
Color Harmonies of #ADB8DC
Complementary color
Monochromatic Colors of #ADB8DC
Black with #ADB8DC
Text Example
Text Example
White with #ADB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8DC; }
p { color: rgb(173,184,220); }
H1.HeaderClassName
{
color: #ADB8DC;
}
.AnyTagClassName
{
color: #ADB8DC;
}
</style>
background-color css
<style>
a { background-color: #ADB8DC; }
a { background-color: rgb(173,184,220); }
div.DivClassName
{
background-color: #ADB8DC;
}
.BgClassName
{
background-color: #ADB8DC;
}
</style>
border-color css
<style>
span { border-color: #ADB8DC; }
span { border-color: rgb(173,184,220); }
td.TdClassName
{
border-color: #ADB8DC;
}
.TagClassName
{
border-color: #ADB8DC;
}
</style>