Shades of Perano #ACAEFC
Tints of Perano #ACAEFC
RGB
CMYK
RGB Variations
Color information
#ACAEFC (or 0xACAEFC) is known color: Perano. HEX triplet: AC, AE and FC. RGB value is (172,174,252). Sum of RGB (Red+Green+Blue) = 172+174+252=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAEFC is #535103. Grayscale: #B5B5B5. Windows color (decimal): -5460228 or 16559788. OLE color: 16559788.
HSL color Cylindrical-coordinate representation of color #ACAEFC: hue angle of 238.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACAEFC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 174 | 252 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.01 |
| HSL | 238.5º | 0.93% | 0.83% | - |
| HSV(B) | 238.5º | 0.32% | 0.99% | - |
| XYZ | 49.72 | 46.07 | 98.37 | - |
| YUV | 182.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 252 | 0.32 | 0.31 | 0 | 0.01 | 238.5 | 0.93 | 0.83 |
| Hex | AC | AE | FC | 20 | 1F | 0 | 1 | EE | 5D | 53 |
| Octal | 254 | 256 | 374 | 40 | 37 | 0 | 1 | 356 | 135 | 123 |
| Binary | 10101100 | 10101110 | 11111100 | 100000 | 11111 | 0 | 1 | 11101110 | 1011101 | 1010011 |
Color Harmonies of #ACAEFC
Complementary color
Monochromatic Colors of #ACAEFC
Black with #ACAEFC
Text Example
Text Example
White with #ACAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEFC; }
p { color: rgb(172,174,252); }
H1.HeaderClassName
{
color: #ACAEFC;
}
.AnyTagClassName
{
color: #ACAEFC;
}
</style>
background-color css
<style>
a { background-color: #ACAEFC; }
a { background-color: rgb(172,174,252); }
div.DivClassName
{
background-color: #ACAEFC;
}
.BgClassName
{
background-color: #ACAEFC;
}
</style>
border-color css
<style>
span { border-color: #ACAEFC; }
span { border-color: rgb(172,174,252); }
td.TdClassName
{
border-color: #ACAEFC;
}
.TagClassName
{
border-color: #ACAEFC;
}
</style>