Shades of Perano #ADB8D9
Tints of Perano #ADB8D9
RGB
CMYK
RGB Variations
Color information
#ADB8D9 (or 0xADB8D9) is known color: Perano. HEX triplet: AD, B8 and D9. RGB value is (173,184,217). Sum of RGB (Red+Green+Blue) = 173+184+217=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADB8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8D9 is #524726. Grayscale: #B8B8B8. Windows color (decimal): -5392167 or 14268589. OLE color: 14268589.
HSL color Cylindrical-coordinate representation of color #ADB8D9: hue angle of 225º 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 #ADB8D9 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 184 | 217 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.15 |
| HSL | 225º | 0.37% | 0.76% | - |
| HSV(B) | 225º | 0.2% | 0.85% | - |
| XYZ | 46.9 | 48.17 | 72.47 | - |
| YUV | 184.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 217 | 0.20 | 0.15 | 0 | 0.15 | 225 | 0.37 | 0.76 |
| Hex | AD | B8 | D9 | 14 | F | 0 | F | E1 | 25 | 4C |
| Octal | 255 | 270 | 331 | 24 | 17 | 0 | 17 | 341 | 45 | 114 |
| Binary | 10101101 | 10111000 | 11011001 | 10100 | 1111 | 0 | 1111 | 11100001 | 100101 | 1001100 |
Color Harmonies of #ADB8D9
Complementary color
Monochromatic Colors of #ADB8D9
Black with #ADB8D9
Text Example
Text Example
White with #ADB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8D9; }
p { color: rgb(173,184,217); }
H1.HeaderClassName
{
color: #ADB8D9;
}
.AnyTagClassName
{
color: #ADB8D9;
}
</style>
background-color css
<style>
a { background-color: #ADB8D9; }
a { background-color: rgb(173,184,217); }
div.DivClassName
{
background-color: #ADB8D9;
}
.BgClassName
{
background-color: #ADB8D9;
}
</style>
border-color css
<style>
span { border-color: #ADB8D9; }
span { border-color: rgb(173,184,217); }
td.TdClassName
{
border-color: #ADB8D9;
}
.TagClassName
{
border-color: #ADB8D9;
}
</style>