Shades of Perano #ACB0E2
Tints of Perano #ACB0E2
RGB
CMYK
RGB Variations
Color information
#ACB0E2 (or 0xACB0E2) is known color: Perano. HEX triplet: AC, B0 and E2. RGB value is (172,176,226). Sum of RGB (Red+Green+Blue) = 172+176+226=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACB0E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0E2 is #534F1D. Grayscale: #B4B4B4. Windows color (decimal): -5459742 or 14856364. OLE color: 14856364.
HSL color Cylindrical-coordinate representation of color #ACB0E2: hue angle of 235.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB0E2 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 176 | 226 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.11 |
| HSL | 235.56º | 0.48% | 0.78% | - |
| HSV(B) | 235.56º | 0.24% | 0.89% | - |
| XYZ | 46.27 | 45.31 | 78.26 | - |
| YUV | 180.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 226 | 0.24 | 0.22 | 0 | 0.11 | 235.56 | 0.48 | 0.78 |
| Hex | AC | B0 | E2 | 18 | 16 | 0 | B | EC | 30 | 4E |
| Octal | 254 | 260 | 342 | 30 | 26 | 0 | 13 | 354 | 60 | 116 |
| Binary | 10101100 | 10110000 | 11100010 | 11000 | 10110 | 0 | 1011 | 11101100 | 110000 | 1001110 |
Color Harmonies of #ACB0E2
Complementary color
Monochromatic Colors of #ACB0E2
Black with #ACB0E2
Text Example
Text Example
White with #ACB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0E2; }
p { color: rgb(172,176,226); }
H1.HeaderClassName
{
color: #ACB0E2;
}
.AnyTagClassName
{
color: #ACB0E2;
}
</style>
background-color css
<style>
a { background-color: #ACB0E2; }
a { background-color: rgb(172,176,226); }
div.DivClassName
{
background-color: #ACB0E2;
}
.BgClassName
{
background-color: #ACB0E2;
}
</style>
border-color css
<style>
span { border-color: #ACB0E2; }
span { border-color: rgb(172,176,226); }
td.TdClassName
{
border-color: #ACB0E2;
}
.TagClassName
{
border-color: #ACB0E2;
}
</style>