Shades of Perano #ADACE2
Tints of Perano #ADACE2
RGB
CMYK
RGB Variations
Color information
#ADACE2 (or 0xADACE2) is known color: Perano. HEX triplet: AD, AC and E2. RGB value is (173,172,226). Sum of RGB (Red+Green+Blue) = 173+172+226=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE2 is #52531D. Grayscale: #B2B2B2. Windows color (decimal): -5395230 or 14855341. OLE color: 14855341.
HSL color Cylindrical-coordinate representation of color #ADACE2: hue angle of 241.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADACE2 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 172 | 226 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.11 |
| HSL | 241.11º | 0.48% | 0.78% | - |
| HSV(B) | 241.11º | 0.24% | 0.89% | - |
| XYZ | 45.71 | 43.88 | 78.01 | - |
| YUV | 178.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 226 | 0.23 | 0.24 | 0 | 0.11 | 241.11 | 0.48 | 0.78 |
| Hex | AD | AC | E2 | 17 | 18 | 0 | B | F1 | 30 | 4E |
| Octal | 255 | 254 | 342 | 27 | 30 | 0 | 13 | 361 | 60 | 116 |
| Binary | 10101101 | 10101100 | 11100010 | 10111 | 11000 | 0 | 1011 | 11110001 | 110000 | 1001110 |
Color Harmonies of #ADACE2
Complementary color
Monochromatic Colors of #ADACE2
Black with #ADACE2
Text Example
Text Example
White with #ADACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACE2; }
p { color: rgb(173,172,226); }
H1.HeaderClassName
{
color: #ADACE2;
}
.AnyTagClassName
{
color: #ADACE2;
}
</style>
background-color css
<style>
a { background-color: #ADACE2; }
a { background-color: rgb(173,172,226); }
div.DivClassName
{
background-color: #ADACE2;
}
.BgClassName
{
background-color: #ADACE2;
}
</style>
border-color css
<style>
span { border-color: #ADACE2; }
span { border-color: rgb(173,172,226); }
td.TdClassName
{
border-color: #ADACE2;
}
.TagClassName
{
border-color: #ADACE2;
}
</style>