Shades of Perano #ADACEE
Tints of Perano #ADACEE
RGB
CMYK
RGB Variations
Color information
#ADACEE (or 0xADACEE) is known color: Perano. HEX triplet: AD, AC and EE. RGB value is (173,172,238). Sum of RGB (Red+Green+Blue) = 173+172+238=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEE is #525311. Grayscale: #B3B3B3. Windows color (decimal): -5395218 or 15641773. OLE color: 15641773.
HSL color Cylindrical-coordinate representation of color #ADACEE: hue angle of 240.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADACEE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 172 | 238 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.07 |
| HSL | 240.91º | 0.66% | 0.8% | - |
| HSV(B) | 240.91º | 0.28% | 0.93% | - |
| XYZ | 47.42 | 44.56 | 86.99 | - |
| YUV | 179.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 238 | 0.27 | 0.28 | 0 | 0.07 | 240.91 | 0.66 | 0.8 |
| Hex | AD | AC | EE | 1B | 1C | 0 | 7 | F1 | 42 | 50 |
| Octal | 255 | 254 | 356 | 33 | 34 | 0 | 7 | 361 | 102 | 120 |
| Binary | 10101101 | 10101100 | 11101110 | 11011 | 11100 | 0 | 111 | 11110001 | 1000010 | 1010000 |
Color Harmonies of #ADACEE
Complementary color
Monochromatic Colors of #ADACEE
Black with #ADACEE
Text Example
Text Example
White with #ADACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACEE; }
p { color: rgb(173,172,238); }
H1.HeaderClassName
{
color: #ADACEE;
}
.AnyTagClassName
{
color: #ADACEE;
}
</style>
background-color css
<style>
a { background-color: #ADACEE; }
a { background-color: rgb(173,172,238); }
div.DivClassName
{
background-color: #ADACEE;
}
.BgClassName
{
background-color: #ADACEE;
}
</style>
border-color css
<style>
span { border-color: #ADACEE; }
span { border-color: rgb(173,172,238); }
td.TdClassName
{
border-color: #ADACEE;
}
.TagClassName
{
border-color: #ADACEE;
}
</style>