Shades of Perano #ADB0DA
Tints of Perano #ADB0DA
RGB
CMYK
RGB Variations
Color information
#ADB0DA (or 0xADB0DA) is known color: Perano. HEX triplet: AD, B0 and DA. RGB value is (173,176,218). Sum of RGB (Red+Green+Blue) = 173+176+218=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADB0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0DA is #524F25. Grayscale: #B3B3B3. Windows color (decimal): -5394214 or 14332077. OLE color: 14332077.
HSL color Cylindrical-coordinate representation of color #ADB0DA: hue angle of 236º 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 #ADB0DA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 176 | 218 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.15 |
| HSL | 236º | 0.38% | 0.77% | - |
| HSV(B) | 236º | 0.21% | 0.85% | - |
| XYZ | 45.41 | 45 | 72.62 | - |
| YUV | 179.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 218 | 0.21 | 0.19 | 0 | 0.15 | 236 | 0.38 | 0.77 |
| Hex | AD | B0 | DA | 15 | 13 | 0 | F | EC | 26 | 4D |
| Octal | 255 | 260 | 332 | 25 | 23 | 0 | 17 | 354 | 46 | 115 |
| Binary | 10101101 | 10110000 | 11011010 | 10101 | 10011 | 0 | 1111 | 11101100 | 100110 | 1001101 |
Color Harmonies of #ADB0DA
Complementary color
Monochromatic Colors of #ADB0DA
Black with #ADB0DA
Text Example
Text Example
White with #ADB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0DA; }
p { color: rgb(173,176,218); }
H1.HeaderClassName
{
color: #ADB0DA;
}
.AnyTagClassName
{
color: #ADB0DA;
}
</style>
background-color css
<style>
a { background-color: #ADB0DA; }
a { background-color: rgb(173,176,218); }
div.DivClassName
{
background-color: #ADB0DA;
}
.BgClassName
{
background-color: #ADB0DA;
}
</style>
border-color css
<style>
span { border-color: #ADB0DA; }
span { border-color: rgb(173,176,218); }
td.TdClassName
{
border-color: #ADB0DA;
}
.TagClassName
{
border-color: #ADB0DA;
}
</style>