Shades of Perano #ADB0DC
Tints of Perano #ADB0DC
RGB
CMYK
RGB Variations
Color information
#ADB0DC (or 0xADB0DC) is known color: Perano. HEX triplet: AD, B0 and DC. RGB value is (173,176,220). Sum of RGB (Red+Green+Blue) = 173+176+220=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0DC is #524F23. Grayscale: #B3B3B3. Windows color (decimal): -5394212 or 14463149. OLE color: 14463149.
HSL color Cylindrical-coordinate representation of color #ADB0DC: hue angle of 236.17º 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 #ADB0DC is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 176 | 220 | - |
| CMYK | 0.21 | 0.2 | 0 | 0.14 |
| HSL | 236.17º | 0.4% | 0.77% | - |
| HSV(B) | 236.17º | 0.21% | 0.86% | - |
| XYZ | 45.68 | 45.1 | 74.01 | - |
| YUV | 180.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 220 | 0.21 | 0.2 | 0 | 0.14 | 236.17 | 0.4 | 0.77 |
| Hex | AD | B0 | DC | 15 | 14 | 0 | E | EC | 28 | 4D |
| Octal | 255 | 260 | 334 | 25 | 24 | 0 | 16 | 354 | 50 | 115 |
| Binary | 10101101 | 10110000 | 11011100 | 10101 | 10100 | 0 | 1110 | 11101100 | 101000 | 1001101 |
Color Harmonies of #ADB0DC
Complementary color
Monochromatic Colors of #ADB0DC
Black with #ADB0DC
Text Example
Text Example
White with #ADB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0DC; }
p { color: rgb(173,176,220); }
H1.HeaderClassName
{
color: #ADB0DC;
}
.AnyTagClassName
{
color: #ADB0DC;
}
</style>
background-color css
<style>
a { background-color: #ADB0DC; }
a { background-color: rgb(173,176,220); }
div.DivClassName
{
background-color: #ADB0DC;
}
.BgClassName
{
background-color: #ADB0DC;
}
</style>
border-color css
<style>
span { border-color: #ADB0DC; }
span { border-color: rgb(173,176,220); }
td.TdClassName
{
border-color: #ADB0DC;
}
.TagClassName
{
border-color: #ADB0DC;
}
</style>