Shades of Perano #ADAEEA
Tints of Perano #ADAEEA
RGB
CMYK
RGB Variations
Color information
#ADAEEA (or 0xADAEEA) is known color: Perano. HEX triplet: AD, AE and EA. RGB value is (173,174,234). Sum of RGB (Red+Green+Blue) = 173+174+234=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEEA is #525115. Grayscale: #B4B4B4. Windows color (decimal): -5394710 or 15380141. OLE color: 15380141.
HSL color Cylindrical-coordinate representation of color #ADAEEA: hue angle of 239.02º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAEEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 174 | 234 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.08 |
| HSL | 239.02º | 0.59% | 0.8% | - |
| HSV(B) | 239.02º | 0.26% | 0.92% | - |
| XYZ | 47.22 | 45.1 | 84.06 | - |
| YUV | 180.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 234 | 0.26 | 0.26 | 0 | 0.08 | 239.02 | 0.59 | 0.8 |
| Hex | AD | AE | EA | 1A | 1A | 0 | 8 | EF | 3B | 50 |
| Octal | 255 | 256 | 352 | 32 | 32 | 0 | 10 | 357 | 73 | 120 |
| Binary | 10101101 | 10101110 | 11101010 | 11010 | 11010 | 0 | 1000 | 11101111 | 111011 | 1010000 |
Color Harmonies of #ADAEEA
Complementary color
Monochromatic Colors of #ADAEEA
Black with #ADAEEA
Text Example
Text Example
White with #ADAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEEA; }
p { color: rgb(173,174,234); }
H1.HeaderClassName
{
color: #ADAEEA;
}
.AnyTagClassName
{
color: #ADAEEA;
}
</style>
background-color css
<style>
a { background-color: #ADAEEA; }
a { background-color: rgb(173,174,234); }
div.DivClassName
{
background-color: #ADAEEA;
}
.BgClassName
{
background-color: #ADAEEA;
}
</style>
border-color css
<style>
span { border-color: #ADAEEA; }
span { border-color: rgb(173,174,234); }
td.TdClassName
{
border-color: #ADAEEA;
}
.TagClassName
{
border-color: #ADAEEA;
}
</style>