Shades of Perano #ADACE6
Tints of Perano #ADACE6
RGB
CMYK
RGB Variations
Color information
#ADACE6 (or 0xADACE6) is known color: Perano. HEX triplet: AD, AC and E6. RGB value is (173,172,230). Sum of RGB (Red+Green+Blue) = 173+172+230=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACE6 is #525319. Grayscale: #B2B2B2. Windows color (decimal): -5395226 or 15117485. OLE color: 15117485.
HSL color Cylindrical-coordinate representation of color #ADACE6: hue angle of 241.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADACE6 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 172 | 230 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.10 |
| HSL | 241.03º | 0.54% | 0.79% | - |
| HSV(B) | 241.03º | 0.25% | 0.9% | - |
| XYZ | 46.27 | 44.1 | 80.94 | - |
| YUV | 178.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 230 | 0.25 | 0.25 | 0 | 0.10 | 241.03 | 0.54 | 0.79 |
| Hex | AD | AC | E6 | 19 | 19 | 0 | A | F1 | 36 | 4F |
| Octal | 255 | 254 | 346 | 31 | 31 | 0 | 12 | 361 | 66 | 117 |
| Binary | 10101101 | 10101100 | 11100110 | 11001 | 11001 | 0 | 1010 | 11110001 | 110110 | 1001111 |
Color Harmonies of #ADACE6
Complementary color
Monochromatic Colors of #ADACE6
Black with #ADACE6
Text Example
Text Example
White with #ADACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACE6; }
p { color: rgb(173,172,230); }
H1.HeaderClassName
{
color: #ADACE6;
}
.AnyTagClassName
{
color: #ADACE6;
}
</style>
background-color css
<style>
a { background-color: #ADACE6; }
a { background-color: rgb(173,172,230); }
div.DivClassName
{
background-color: #ADACE6;
}
.BgClassName
{
background-color: #ADACE6;
}
</style>
border-color css
<style>
span { border-color: #ADACE6; }
span { border-color: rgb(173,172,230); }
td.TdClassName
{
border-color: #ADACE6;
}
.TagClassName
{
border-color: #ADACE6;
}
</style>