Shades of Perano #ACB0EC
Tints of Perano #ACB0EC
RGB
CMYK
RGB Variations
Color information
#ACB0EC (or 0xACB0EC) is known color: Perano. HEX triplet: AC, B0 and EC. RGB value is (172,176,236). Sum of RGB (Red+Green+Blue) = 172+176+236=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0EC is #534F13. Grayscale: #B5B5B5. Windows color (decimal): -5459732 or 15511724. OLE color: 15511724.
HSL color Cylindrical-coordinate representation of color #ACB0EC: hue angle of 236.25º 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 #ACB0EC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 176 | 236 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.07 |
| HSL | 236.25º | 0.63% | 0.8% | - |
| HSV(B) | 236.25º | 0.27% | 0.93% | - |
| XYZ | 47.68 | 45.88 | 85.7 | - |
| YUV | 181.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 236 | 0.27 | 0.25 | 0 | 0.07 | 236.25 | 0.63 | 0.8 |
| Hex | AC | B0 | EC | 1B | 19 | 0 | 7 | EC | 3F | 50 |
| Octal | 254 | 260 | 354 | 33 | 31 | 0 | 7 | 354 | 77 | 120 |
| Binary | 10101100 | 10110000 | 11101100 | 11011 | 11001 | 0 | 111 | 11101100 | 111111 | 1010000 |
Color Harmonies of #ACB0EC
Complementary color
Monochromatic Colors of #ACB0EC
Black with #ACB0EC
Text Example
Text Example
White with #ACB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0EC; }
p { color: rgb(172,176,236); }
H1.HeaderClassName
{
color: #ACB0EC;
}
.AnyTagClassName
{
color: #ACB0EC;
}
</style>
background-color css
<style>
a { background-color: #ACB0EC; }
a { background-color: rgb(172,176,236); }
div.DivClassName
{
background-color: #ACB0EC;
}
.BgClassName
{
background-color: #ACB0EC;
}
</style>
border-color css
<style>
span { border-color: #ACB0EC; }
span { border-color: rgb(172,176,236); }
td.TdClassName
{
border-color: #ACB0EC;
}
.TagClassName
{
border-color: #ACB0EC;
}
</style>