Shades of Perano #ACAEEC
Tints of Perano #ACAEEC
RGB
CMYK
RGB Variations
Color information
#ACAEEC (or 0xACAEEC) is known color: Perano. HEX triplet: AC, AE and EC. RGB value is (172,174,236). Sum of RGB (Red+Green+Blue) = 172+174+236=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAEEC is #535113. Grayscale: #B4B4B4. Windows color (decimal): -5460244 or 15511212. OLE color: 15511212.
HSL color Cylindrical-coordinate representation of color #ACAEEC: hue angle of 238.12º 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 #ACAEEC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 174 | 236 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.07 |
| HSL | 238.13º | 0.63% | 0.8% | - |
| HSV(B) | 238.13º | 0.27% | 0.93% | - |
| XYZ | 47.29 | 45.1 | 85.57 | - |
| YUV | 180.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 236 | 0.27 | 0.26 | 0 | 0.07 | 238.13 | 0.63 | 0.8 |
| Hex | AC | AE | EC | 1B | 1A | 0 | 7 | EE | 3F | 50 |
| Octal | 254 | 256 | 354 | 33 | 32 | 0 | 7 | 356 | 77 | 120 |
| Binary | 10101100 | 10101110 | 11101100 | 11011 | 11010 | 0 | 111 | 11101110 | 111111 | 1010000 |
Color Harmonies of #ACAEEC
Complementary color
Monochromatic Colors of #ACAEEC
Black with #ACAEEC
Text Example
Text Example
White with #ACAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEEC; }
p { color: rgb(172,174,236); }
H1.HeaderClassName
{
color: #ACAEEC;
}
.AnyTagClassName
{
color: #ACAEEC;
}
</style>
background-color css
<style>
a { background-color: #ACAEEC; }
a { background-color: rgb(172,174,236); }
div.DivClassName
{
background-color: #ACAEEC;
}
.BgClassName
{
background-color: #ACAEEC;
}
</style>
border-color css
<style>
span { border-color: #ACAEEC; }
span { border-color: rgb(172,174,236); }
td.TdClassName
{
border-color: #ACAEEC;
}
.TagClassName
{
border-color: #ACAEEC;
}
</style>