Shades of Perano #ACB2E1
Tints of Perano #ACB2E1
RGB
CMYK
RGB Variations
Color information
#ACB2E1 (or 0xACB2E1) is known color: Perano. HEX triplet: AC, B2 and E1. RGB value is (172,178,225). Sum of RGB (Red+Green+Blue) = 172+178+225=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACB2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2E1 is #534D1E. Grayscale: #B5B5B5. Windows color (decimal): -5459231 or 14791340. OLE color: 14791340.
HSL color Cylindrical-coordinate representation of color #ACB2E1: hue angle of 233.21º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB2E1 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 178 | 225 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.12 |
| HSL | 233.21º | 0.47% | 0.78% | - |
| HSV(B) | 233.21º | 0.24% | 0.88% | - |
| XYZ | 46.52 | 46.05 | 77.67 | - |
| YUV | 181.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 225 | 0.24 | 0.21 | 0 | 0.12 | 233.21 | 0.47 | 0.78 |
| Hex | AC | B2 | E1 | 18 | 15 | 0 | C | E9 | 2F | 4E |
| Octal | 254 | 262 | 341 | 30 | 25 | 0 | 14 | 351 | 57 | 116 |
| Binary | 10101100 | 10110010 | 11100001 | 11000 | 10101 | 0 | 1100 | 11101001 | 101111 | 1001110 |
Color Harmonies of #ACB2E1
Complementary color
Monochromatic Colors of #ACB2E1
Black with #ACB2E1
Text Example
Text Example
White with #ACB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2E1; }
p { color: rgb(172,178,225); }
H1.HeaderClassName
{
color: #ACB2E1;
}
.AnyTagClassName
{
color: #ACB2E1;
}
</style>
background-color css
<style>
a { background-color: #ACB2E1; }
a { background-color: rgb(172,178,225); }
div.DivClassName
{
background-color: #ACB2E1;
}
.BgClassName
{
background-color: #ACB2E1;
}
</style>
border-color css
<style>
span { border-color: #ACB2E1; }
span { border-color: rgb(172,178,225); }
td.TdClassName
{
border-color: #ACB2E1;
}
.TagClassName
{
border-color: #ACB2E1;
}
</style>