Shades of Perano #ADB9DA
Tints of Perano #ADB9DA
RGB
CMYK
RGB Variations
Color information
#ADB9DA (or 0xADB9DA) is known color: Perano. HEX triplet: AD, B9 and DA. RGB value is (173,185,218). Sum of RGB (Red+Green+Blue) = 173+185+218=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9DA is #524625. Grayscale: #B9B9B9. Windows color (decimal): -5391910 or 14334381. OLE color: 14334381.
HSL color Cylindrical-coordinate representation of color #ADB9DA: hue angle of 224º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB9DA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 185 | 218 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.15 |
| HSL | 224º | 0.38% | 0.77% | - |
| HSV(B) | 224º | 0.21% | 0.85% | - |
| XYZ | 47.24 | 48.64 | 73.23 | - |
| YUV | 185.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 218 | 0.21 | 0.15 | 0 | 0.15 | 224 | 0.38 | 0.77 |
| Hex | AD | B9 | DA | 15 | F | 0 | F | E0 | 26 | 4D |
| Octal | 255 | 271 | 332 | 25 | 17 | 0 | 17 | 340 | 46 | 115 |
| Binary | 10101101 | 10111001 | 11011010 | 10101 | 1111 | 0 | 1111 | 11100000 | 100110 | 1001101 |
Color Harmonies of #ADB9DA
Complementary color
Monochromatic Colors of #ADB9DA
Black with #ADB9DA
Text Example
Text Example
White with #ADB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9DA; }
p { color: rgb(173,185,218); }
H1.HeaderClassName
{
color: #ADB9DA;
}
.AnyTagClassName
{
color: #ADB9DA;
}
</style>
background-color css
<style>
a { background-color: #ADB9DA; }
a { background-color: rgb(173,185,218); }
div.DivClassName
{
background-color: #ADB9DA;
}
.BgClassName
{
background-color: #ADB9DA;
}
</style>
border-color css
<style>
span { border-color: #ADB9DA; }
span { border-color: rgb(173,185,218); }
td.TdClassName
{
border-color: #ADB9DA;
}
.TagClassName
{
border-color: #ADB9DA;
}
</style>