Shades of Perano #ADACED
Tints of Perano #ADACED
RGB
CMYK
RGB Variations
Color information
#ADACED (or 0xADACED) is known color: Perano. HEX triplet: AD, AC and ED. RGB value is (173,172,237). Sum of RGB (Red+Green+Blue) = 173+172+237=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACED is #525312. Grayscale: #B3B3B3. Windows color (decimal): -5395219 or 15576237. OLE color: 15576237.
HSL color Cylindrical-coordinate representation of color #ADACED: hue angle of 240.92º degrees, saturation: 0.64, 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 #ADACED is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 172 | 237 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.07 |
| HSL | 240.92º | 0.64% | 0.8% | - |
| HSV(B) | 240.92º | 0.27% | 0.93% | - |
| XYZ | 47.27 | 44.5 | 86.22 | - |
| YUV | 179.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 237 | 0.27 | 0.27 | 0 | 0.07 | 240.92 | 0.64 | 0.8 |
| Hex | AD | AC | ED | 1B | 1B | 0 | 7 | F1 | 40 | 50 |
| Octal | 255 | 254 | 355 | 33 | 33 | 0 | 7 | 361 | 100 | 120 |
| Binary | 10101101 | 10101100 | 11101101 | 11011 | 11011 | 0 | 111 | 11110001 | 1000000 | 1010000 |
Color Harmonies of #ADACED
Complementary color
Monochromatic Colors of #ADACED
Black with #ADACED
Text Example
Text Example
White with #ADACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACED; }
p { color: rgb(173,172,237); }
H1.HeaderClassName
{
color: #ADACED;
}
.AnyTagClassName
{
color: #ADACED;
}
</style>
background-color css
<style>
a { background-color: #ADACED; }
a { background-color: rgb(173,172,237); }
div.DivClassName
{
background-color: #ADACED;
}
.BgClassName
{
background-color: #ADACED;
}
</style>
border-color css
<style>
span { border-color: #ADACED; }
span { border-color: rgb(173,172,237); }
td.TdClassName
{
border-color: #ADACED;
}
.TagClassName
{
border-color: #ADACED;
}
</style>