Shades of Perano #ADADE6
Tints of Perano #ADADE6
RGB
CMYK
RGB Variations
Color information
#ADADE6 (or 0xADADE6) is known color: Perano. HEX triplet: AD, AD and E6. RGB value is (173,173,230). Sum of RGB (Red+Green+Blue) = 173+173+230=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADE6 is #525219. Grayscale: #B3B3B3. Windows color (decimal): -5394970 or 15117741. OLE color: 15117741.
HSL color Cylindrical-coordinate representation of color #ADADE6: hue angle of 240º degrees, saturation: 0.53, 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 #ADADE6 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 173 | 230 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.10 |
| HSL | 240º | 0.53% | 0.79% | - |
| HSV(B) | 240º | 0.25% | 0.9% | - |
| XYZ | 46.46 | 44.48 | 81 | - |
| YUV | 179.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 230 | 0.25 | 0.25 | 0 | 0.10 | 240 | 0.53 | 0.79 |
| Hex | AD | AD | E6 | 19 | 19 | 0 | A | F0 | 35 | 4F |
| Octal | 255 | 255 | 346 | 31 | 31 | 0 | 12 | 360 | 65 | 117 |
| Binary | 10101101 | 10101101 | 11100110 | 11001 | 11001 | 0 | 1010 | 11110000 | 110101 | 1001111 |
Color Harmonies of #ADADE6
Complementary color
Monochromatic Colors of #ADADE6
Black with #ADADE6
Text Example
Text Example
White with #ADADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADE6; }
p { color: rgb(173,173,230); }
H1.HeaderClassName
{
color: #ADADE6;
}
.AnyTagClassName
{
color: #ADADE6;
}
</style>
background-color css
<style>
a { background-color: #ADADE6; }
a { background-color: rgb(173,173,230); }
div.DivClassName
{
background-color: #ADADE6;
}
.BgClassName
{
background-color: #ADADE6;
}
</style>
border-color css
<style>
span { border-color: #ADADE6; }
span { border-color: rgb(173,173,230); }
td.TdClassName
{
border-color: #ADADE6;
}
.TagClassName
{
border-color: #ADADE6;
}
</style>