Shades of Perano #ADB2DC
Tints of Perano #ADB2DC
RGB
CMYK
RGB Variations
Color information
#ADB2DC (or 0xADB2DC) is known color: Perano. HEX triplet: AD, B2 and DC. RGB value is (173,178,220). Sum of RGB (Red+Green+Blue) = 173+178+220=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2DC is #524D23. Grayscale: #B5B5B5. Windows color (decimal): -5393700 or 14463661. OLE color: 14463661.
HSL color Cylindrical-coordinate representation of color #ADB2DC: hue angle of 233.62º 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 #ADB2DC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 178 | 220 | - |
CMYK | 0.21 | 0.19 | 0 | 0.14 |
HSL | 233.62º | 0.4% | 0.77% | - |
HSV(B) | 233.62º | 0.21% | 0.86% | - |
XYZ | 46.07 | 45.89 | 74.14 | - |
YUV | 181.29 | 149.84 | 122.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 178 | 220 | 0.21 | 0.19 | 0 | 0.14 | 233.62 | 0.4 | 0.77 |
Hex | AD | B2 | DC | 15 | 13 | 0 | E | EA | 28 | 4D |
Octal | 255 | 262 | 334 | 25 | 23 | 0 | 16 | 352 | 50 | 115 |
Binary | 10101101 | 10110010 | 11011100 | 10101 | 10011 | 0 | 1110 | 11101010 | 101000 | 1001101 |
Color Harmonies of #ADB2DC
Complementary color
Monochromatic Colors of #ADB2DC
Black with #ADB2DC
Text Example
Text Example
White with #ADB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2DC; }
p { color: rgb(173,178,220); }
H1.HeaderClassName
{
color: #ADB2DC;
}
.AnyTagClassName
{
color: #ADB2DC;
}
</style>
background-color css
<style>
a { background-color: #ADB2DC; }
a { background-color: rgb(173,178,220); }
div.DivClassName
{
background-color: #ADB2DC;
}
.BgClassName
{
background-color: #ADB2DC;
}
</style>
border-color css
<style>
span { border-color: #ADB2DC; }
span { border-color: rgb(173,178,220); }
td.TdClassName
{
border-color: #ADB2DC;
}
.TagClassName
{
border-color: #ADB2DC;
}
</style>