Shades of Perano #ADACEF
Tints of Perano #ADACEF
RGB
CMYK
RGB Variations
Color information
#ADACEF (or 0xADACEF) is known color: Perano. HEX triplet: AD, AC and EF. RGB value is (173,172,239). Sum of RGB (Red+Green+Blue) = 173+172+239=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEF is #525310. Grayscale: #B3B3B3. Windows color (decimal): -5395217 or 15707309. OLE color: 15707309.
HSL color Cylindrical-coordinate representation of color #ADACEF: hue angle of 240.9º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADACEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 172 | 239 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 240.9º | 0.68% | 0.81% | - |
| HSV(B) | 240.9º | 0.28% | 0.94% | - |
| XYZ | 47.57 | 44.62 | 87.77 | - |
| YUV | 179.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 239 | 0.28 | 0.28 | 0 | 0.06 | 240.9 | 0.68 | 0.81 |
| Hex | AD | AC | EF | 1C | 1C | 0 | 6 | F1 | 44 | 51 |
| Octal | 255 | 254 | 357 | 34 | 34 | 0 | 6 | 361 | 104 | 121 |
| Binary | 10101101 | 10101100 | 11101111 | 11100 | 11100 | 0 | 110 | 11110001 | 1000100 | 1010001 |
Color Harmonies of #ADACEF
Complementary color
Monochromatic Colors of #ADACEF
Black with #ADACEF
Text Example
Text Example
White with #ADACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACEF; }
p { color: rgb(173,172,239); }
H1.HeaderClassName
{
color: #ADACEF;
}
.AnyTagClassName
{
color: #ADACEF;
}
</style>
background-color css
<style>
a { background-color: #ADACEF; }
a { background-color: rgb(173,172,239); }
div.DivClassName
{
background-color: #ADACEF;
}
.BgClassName
{
background-color: #ADACEF;
}
</style>
border-color css
<style>
span { border-color: #ADACEF; }
span { border-color: rgb(173,172,239); }
td.TdClassName
{
border-color: #ADACEF;
}
.TagClassName
{
border-color: #ADACEF;
}
</style>