Shades of Perano #ACAEDF
Tints of Perano #ACAEDF
RGB
CMYK
RGB Variations
Color information
#ACAEDF (or 0xACAEDF) is known color: Perano. HEX triplet: AC, AE and DF. RGB value is (172,174,223). Sum of RGB (Red+Green+Blue) = 172+174+223=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEDF is #535120. Grayscale: #B2B2B2. Windows color (decimal): -5460257 or 14659244. OLE color: 14659244.
HSL color Cylindrical-coordinate representation of color #ACAEDF: hue angle of 237.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAEDF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 174 | 223 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.13 |
| HSL | 237.65º | 0.44% | 0.77% | - |
| HSV(B) | 237.65º | 0.23% | 0.87% | - |
| XYZ | 45.47 | 44.37 | 75.98 | - |
| YUV | 178.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 223 | 0.23 | 0.22 | 0 | 0.13 | 237.65 | 0.44 | 0.77 |
| Hex | AC | AE | DF | 17 | 16 | 0 | D | EE | 2C | 4D |
| Octal | 254 | 256 | 337 | 27 | 26 | 0 | 15 | 356 | 54 | 115 |
| Binary | 10101100 | 10101110 | 11011111 | 10111 | 10110 | 0 | 1101 | 11101110 | 101100 | 1001101 |
Color Harmonies of #ACAEDF
Complementary color
Monochromatic Colors of #ACAEDF
Black with #ACAEDF
Text Example
Text Example
White with #ACAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEDF; }
p { color: rgb(172,174,223); }
H1.HeaderClassName
{
color: #ACAEDF;
}
.AnyTagClassName
{
color: #ACAEDF;
}
</style>
background-color css
<style>
a { background-color: #ACAEDF; }
a { background-color: rgb(172,174,223); }
div.DivClassName
{
background-color: #ACAEDF;
}
.BgClassName
{
background-color: #ACAEDF;
}
</style>
border-color css
<style>
span { border-color: #ACAEDF; }
span { border-color: rgb(172,174,223); }
td.TdClassName
{
border-color: #ACAEDF;
}
.TagClassName
{
border-color: #ACAEDF;
}
</style>