Shades of Perano #ADB0D9
Tints of Perano #ADB0D9
RGB
CMYK
RGB Variations
Color information
#ADB0D9 (or 0xADB0D9) is known color: Perano. HEX triplet: AD, B0 and D9. RGB value is (173,176,217). Sum of RGB (Red+Green+Blue) = 173+176+217=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADB0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0D9 is #524F26. Grayscale: #B3B3B3. Windows color (decimal): -5394215 or 14266541. OLE color: 14266541.
HSL color Cylindrical-coordinate representation of color #ADB0D9: hue angle of 235.91º 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 #ADB0D9 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 176 | 217 | - |
CMYK | 0.20 | 0.19 | 0 | 0.15 |
HSL | 235.91º | 0.37% | 0.76% | - |
HSV(B) | 235.91º | 0.2% | 0.85% | - |
XYZ | 45.28 | 44.94 | 71.93 | - |
YUV | 179.78 | 149.01 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 176 | 217 | 0.20 | 0.19 | 0 | 0.15 | 235.91 | 0.37 | 0.76 |
Hex | AD | B0 | D9 | 14 | 13 | 0 | F | EC | 25 | 4C |
Octal | 255 | 260 | 331 | 24 | 23 | 0 | 17 | 354 | 45 | 114 |
Binary | 10101101 | 10110000 | 11011001 | 10100 | 10011 | 0 | 1111 | 11101100 | 100101 | 1001100 |
Color Harmonies of #ADB0D9
Complementary color
Monochromatic Colors of #ADB0D9
Black with #ADB0D9
Text Example
Text Example
White with #ADB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0D9; }
p { color: rgb(173,176,217); }
H1.HeaderClassName
{
color: #ADB0D9;
}
.AnyTagClassName
{
color: #ADB0D9;
}
</style>
background-color css
<style>
a { background-color: #ADB0D9; }
a { background-color: rgb(173,176,217); }
div.DivClassName
{
background-color: #ADB0D9;
}
.BgClassName
{
background-color: #ADB0D9;
}
</style>
border-color css
<style>
span { border-color: #ADB0D9; }
span { border-color: rgb(173,176,217); }
td.TdClassName
{
border-color: #ADB0D9;
}
.TagClassName
{
border-color: #ADB0D9;
}
</style>