Shades of Perano #ADADE5
Tints of Perano #ADADE5
RGB
CMYK
RGB Variations
Color information
#ADADE5 (or 0xADADE5) is known color: Perano. HEX triplet: AD, AD and E5. RGB value is (173,173,229). Sum of RGB (Red+Green+Blue) = 173+173+229=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE5 is #52521A. Grayscale: #B3B3B3. Windows color (decimal): -5394971 or 15052205. OLE color: 15052205.
HSL color Cylindrical-coordinate representation of color #ADADE5: hue angle of 240º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADADE5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 173 | 229 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.10 |
| HSL | 240º | 0.52% | 0.79% | - |
| HSV(B) | 240º | 0.24% | 0.9% | - |
| XYZ | 46.32 | 44.43 | 80.26 | - |
| YUV | 179.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 229 | 0.24 | 0.24 | 0 | 0.10 | 240 | 0.52 | 0.79 |
| Hex | AD | AD | E5 | 18 | 18 | 0 | A | F0 | 34 | 4F |
| Octal | 255 | 255 | 345 | 30 | 30 | 0 | 12 | 360 | 64 | 117 |
| Binary | 10101101 | 10101101 | 11100101 | 11000 | 11000 | 0 | 1010 | 11110000 | 110100 | 1001111 |
Color Harmonies of #ADADE5
Complementary color
Monochromatic Colors of #ADADE5
Black with #ADADE5
Text Example
Text Example
White with #ADADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADE5; }
p { color: rgb(173,173,229); }
H1.HeaderClassName
{
color: #ADADE5;
}
.AnyTagClassName
{
color: #ADADE5;
}
</style>
background-color css
<style>
a { background-color: #ADADE5; }
a { background-color: rgb(173,173,229); }
div.DivClassName
{
background-color: #ADADE5;
}
.BgClassName
{
background-color: #ADADE5;
}
</style>
border-color css
<style>
span { border-color: #ADADE5; }
span { border-color: rgb(173,173,229); }
td.TdClassName
{
border-color: #ADADE5;
}
.TagClassName
{
border-color: #ADADE5;
}
</style>