Shades of Perano #ACB4E1
Tints of Perano #ACB4E1
RGB
CMYK
RGB Variations
Color information
#ACB4E1 (or 0xACB4E1) is known color: Perano. HEX triplet: AC, B4 and E1. RGB value is (172,180,225). Sum of RGB (Red+Green+Blue) = 172+180+225=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACB4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4E1 is #534B1E. Grayscale: #B6B6B6. Windows color (decimal): -5458719 or 14791852. OLE color: 14791852.
HSL color Cylindrical-coordinate representation of color #ACB4E1: hue angle of 230.94º 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 #ACB4E1 is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 180 | 225 | - |
| CMYK | 0.24 | 0.2 | 0 | 0.12 |
| HSL | 230.94º | 0.47% | 0.78% | - |
| HSV(B) | 230.94º | 0.24% | 0.88% | - |
| XYZ | 46.93 | 46.85 | 77.8 | - |
| YUV | 182.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 225 | 0.24 | 0.2 | 0 | 0.12 | 230.94 | 0.47 | 0.78 |
| Hex | AC | B4 | E1 | 18 | 14 | 0 | C | E7 | 2F | 4E |
| Octal | 254 | 264 | 341 | 30 | 24 | 0 | 14 | 347 | 57 | 116 |
| Binary | 10101100 | 10110100 | 11100001 | 11000 | 10100 | 0 | 1100 | 11100111 | 101111 | 1001110 |
Color Harmonies of #ACB4E1
Complementary color
Monochromatic Colors of #ACB4E1
Black with #ACB4E1
Text Example
Text Example
White with #ACB4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4E1; }
p { color: rgb(172,180,225); }
H1.HeaderClassName
{
color: #ACB4E1;
}
.AnyTagClassName
{
color: #ACB4E1;
}
</style>
background-color css
<style>
a { background-color: #ACB4E1; }
a { background-color: rgb(172,180,225); }
div.DivClassName
{
background-color: #ACB4E1;
}
.BgClassName
{
background-color: #ACB4E1;
}
</style>
border-color css
<style>
span { border-color: #ACB4E1; }
span { border-color: rgb(172,180,225); }
td.TdClassName
{
border-color: #ACB4E1;
}
.TagClassName
{
border-color: #ACB4E1;
}
</style>