Shades of Perano #ADACE8
Tints of Perano #ADACE8
RGB
CMYK
RGB Variations
Color information
#ADACE8 (or 0xADACE8) is known color: Perano. HEX triplet: AD, AC and E8. RGB value is (173,172,232). Sum of RGB (Red+Green+Blue) = 173+172+232=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACE8 is #525317. Grayscale: #B2B2B2. Windows color (decimal): -5395224 or 15248557. OLE color: 15248557.
HSL color Cylindrical-coordinate representation of color #ADACE8: hue angle of 241º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADACE8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 172 | 232 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.09 |
| HSL | 241º | 0.57% | 0.79% | - |
| HSV(B) | 241º | 0.26% | 0.91% | - |
| XYZ | 46.55 | 44.22 | 82.42 | - |
| YUV | 179.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 232 | 0.25 | 0.26 | 0 | 0.09 | 241 | 0.57 | 0.79 |
| Hex | AD | AC | E8 | 19 | 1A | 0 | 9 | F1 | 39 | 4F |
| Octal | 255 | 254 | 350 | 31 | 32 | 0 | 11 | 361 | 71 | 117 |
| Binary | 10101101 | 10101100 | 11101000 | 11001 | 11010 | 0 | 1001 | 11110001 | 111001 | 1001111 |
Color Harmonies of #ADACE8
Complementary color
Monochromatic Colors of #ADACE8
Black with #ADACE8
Text Example
Text Example
White with #ADACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACE8; }
p { color: rgb(173,172,232); }
H1.HeaderClassName
{
color: #ADACE8;
}
.AnyTagClassName
{
color: #ADACE8;
}
</style>
background-color css
<style>
a { background-color: #ADACE8; }
a { background-color: rgb(173,172,232); }
div.DivClassName
{
background-color: #ADACE8;
}
.BgClassName
{
background-color: #ADACE8;
}
</style>
border-color css
<style>
span { border-color: #ADACE8; }
span { border-color: rgb(173,172,232); }
td.TdClassName
{
border-color: #ADACE8;
}
.TagClassName
{
border-color: #ADACE8;
}
</style>