Shades of Perano #ADB8DA
Tints of Perano #ADB8DA
RGB
CMYK
RGB Variations
Color information
#ADB8DA (or 0xADB8DA) is known color: Perano. HEX triplet: AD, B8 and DA. RGB value is (173,184,218). Sum of RGB (Red+Green+Blue) = 173+184+218=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADB8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8DA is #524725. Grayscale: #B8B8B8. Windows color (decimal): -5392166 or 14334125. OLE color: 14334125.
HSL color Cylindrical-coordinate representation of color #ADB8DA: hue angle of 225.33º 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 #ADB8DA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 184 | 218 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.15 |
| HSL | 225.33º | 0.38% | 0.77% | - |
| HSV(B) | 225.33º | 0.21% | 0.85% | - |
| XYZ | 47.03 | 48.23 | 73.16 | - |
| YUV | 184.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 218 | 0.21 | 0.16 | 0 | 0.15 | 225.33 | 0.38 | 0.77 |
| Hex | AD | B8 | DA | 15 | 10 | 0 | F | E1 | 26 | 4D |
| Octal | 255 | 270 | 332 | 25 | 20 | 0 | 17 | 341 | 46 | 115 |
| Binary | 10101101 | 10111000 | 11011010 | 10101 | 10000 | 0 | 1111 | 11100001 | 100110 | 1001101 |
Color Harmonies of #ADB8DA
Complementary color
Monochromatic Colors of #ADB8DA
Black with #ADB8DA
Text Example
Text Example
White with #ADB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8DA; }
p { color: rgb(173,184,218); }
H1.HeaderClassName
{
color: #ADB8DA;
}
.AnyTagClassName
{
color: #ADB8DA;
}
</style>
background-color css
<style>
a { background-color: #ADB8DA; }
a { background-color: rgb(173,184,218); }
div.DivClassName
{
background-color: #ADB8DA;
}
.BgClassName
{
background-color: #ADB8DA;
}
</style>
border-color css
<style>
span { border-color: #ADB8DA; }
span { border-color: rgb(173,184,218); }
td.TdClassName
{
border-color: #ADB8DA;
}
.TagClassName
{
border-color: #ADB8DA;
}
</style>