Shades of Perano #ADBADC
Tints of Perano #ADBADC
RGB
CMYK
RGB Variations
Color information
#ADBADC (or 0xADBADC) is known color: Perano. HEX triplet: AD, BA and DC. RGB value is (173,186,220). Sum of RGB (Red+Green+Blue) = 173+186+220=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBADC is #524523. Grayscale: #B9B9B9. Windows color (decimal): -5391652 or 14465709. OLE color: 14465709.
HSL color Cylindrical-coordinate representation of color #ADBADC: hue angle of 223.4º 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 #ADBADC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 186 | 220 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.14 |
| HSL | 223.4º | 0.4% | 0.77% | - |
| HSV(B) | 223.4º | 0.21% | 0.86% | - |
| XYZ | 47.71 | 49.17 | 74.69 | - |
| YUV | 185.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 220 | 0.21 | 0.15 | 0 | 0.14 | 223.4 | 0.4 | 0.77 |
| Hex | AD | BA | DC | 15 | F | 0 | E | DF | 28 | 4D |
| Octal | 255 | 272 | 334 | 25 | 17 | 0 | 16 | 337 | 50 | 115 |
| Binary | 10101101 | 10111010 | 11011100 | 10101 | 1111 | 0 | 1110 | 11011111 | 101000 | 1001101 |
Color Harmonies of #ADBADC
Complementary color
Monochromatic Colors of #ADBADC
Black with #ADBADC
Text Example
Text Example
White with #ADBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBADC; }
p { color: rgb(173,186,220); }
H1.HeaderClassName
{
color: #ADBADC;
}
.AnyTagClassName
{
color: #ADBADC;
}
</style>
background-color css
<style>
a { background-color: #ADBADC; }
a { background-color: rgb(173,186,220); }
div.DivClassName
{
background-color: #ADBADC;
}
.BgClassName
{
background-color: #ADBADC;
}
</style>
border-color css
<style>
span { border-color: #ADBADC; }
span { border-color: rgb(173,186,220); }
td.TdClassName
{
border-color: #ADBADC;
}
.TagClassName
{
border-color: #ADBADC;
}
</style>