Shades of Perano #ACB0E0
Tints of Perano #ACB0E0
RGB
CMYK
RGB Variations
Color information
#ACB0E0 (or 0xACB0E0) is known color: Perano. HEX triplet: AC, B0 and E0. RGB value is (172,176,224). Sum of RGB (Red+Green+Blue) = 172+176+224=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACB0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0E0 is #534F1F. Grayscale: #B4B4B4. Windows color (decimal): -5459744 or 14725292. OLE color: 14725292.
HSL color Cylindrical-coordinate representation of color #ACB0E0: hue angle of 235.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB0E0 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 176 | 224 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.12 |
| HSL | 235.38º | 0.46% | 0.78% | - |
| HSV(B) | 235.38º | 0.23% | 0.88% | - |
| XYZ | 45.99 | 45.2 | 76.82 | - |
| YUV | 180.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 224 | 0.23 | 0.21 | 0 | 0.12 | 235.38 | 0.46 | 0.78 |
| Hex | AC | B0 | E0 | 17 | 15 | 0 | C | EB | 2E | 4E |
| Octal | 254 | 260 | 340 | 27 | 25 | 0 | 14 | 353 | 56 | 116 |
| Binary | 10101100 | 10110000 | 11100000 | 10111 | 10101 | 0 | 1100 | 11101011 | 101110 | 1001110 |
Color Harmonies of #ACB0E0
Complementary color
Monochromatic Colors of #ACB0E0
Black with #ACB0E0
Text Example
Text Example
White with #ACB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0E0; }
p { color: rgb(172,176,224); }
H1.HeaderClassName
{
color: #ACB0E0;
}
.AnyTagClassName
{
color: #ACB0E0;
}
</style>
background-color css
<style>
a { background-color: #ACB0E0; }
a { background-color: rgb(172,176,224); }
div.DivClassName
{
background-color: #ACB0E0;
}
.BgClassName
{
background-color: #ACB0E0;
}
</style>
border-color css
<style>
span { border-color: #ACB0E0; }
span { border-color: rgb(172,176,224); }
td.TdClassName
{
border-color: #ACB0E0;
}
.TagClassName
{
border-color: #ACB0E0;
}
</style>