Shades of Perano #ADACEC
Tints of Perano #ADACEC
RGB
CMYK
RGB Variations
Color information
#ADACEC (or 0xADACEC) is known color: Perano. HEX triplet: AD, AC and EC. RGB value is (173,172,236). Sum of RGB (Red+Green+Blue) = 173+172+236=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEC is #525313. Grayscale: #B3B3B3. Windows color (decimal): -5395220 or 15510701. OLE color: 15510701.
HSL color Cylindrical-coordinate representation of color #ADACEC: hue angle of 240.94º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADACEC is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 172 | 236 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.07 |
| HSL | 240.94º | 0.63% | 0.8% | - |
| HSV(B) | 240.94º | 0.27% | 0.93% | - |
| XYZ | 47.13 | 44.45 | 85.45 | - |
| YUV | 179.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 236 | 0.27 | 0.27 | 0 | 0.07 | 240.94 | 0.63 | 0.8 |
| Hex | AD | AC | EC | 1B | 1B | 0 | 7 | F1 | 3F | 50 |
| Octal | 255 | 254 | 354 | 33 | 33 | 0 | 7 | 361 | 77 | 120 |
| Binary | 10101101 | 10101100 | 11101100 | 11011 | 11011 | 0 | 111 | 11110001 | 111111 | 1010000 |
Color Harmonies of #ADACEC
Complementary color
Monochromatic Colors of #ADACEC
Black with #ADACEC
Text Example
Text Example
White with #ADACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACEC; }
p { color: rgb(173,172,236); }
H1.HeaderClassName
{
color: #ADACEC;
}
.AnyTagClassName
{
color: #ADACEC;
}
</style>
background-color css
<style>
a { background-color: #ADACEC; }
a { background-color: rgb(173,172,236); }
div.DivClassName
{
background-color: #ADACEC;
}
.BgClassName
{
background-color: #ADACEC;
}
</style>
border-color css
<style>
span { border-color: #ADACEC; }
span { border-color: rgb(173,172,236); }
td.TdClassName
{
border-color: #ADACEC;
}
.TagClassName
{
border-color: #ADACEC;
}
</style>