Shades of Perano #ACB5EC
Tints of Perano #ACB5EC
RGB
CMYK
RGB Variations
Color information
#ACB5EC (or 0xACB5EC) is known color: Perano. HEX triplet: AC, B5 and EC. RGB value is (172,181,236). Sum of RGB (Red+Green+Blue) = 172+181+236=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EC is #534A13. Grayscale: #B8B8B8. Windows color (decimal): -5458452 or 15513004. OLE color: 15513004.
HSL color Cylindrical-coordinate representation of color #ACB5EC: hue angle of 231.56º 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 #ACB5EC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 181 | 236 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.07 |
| HSL | 231.56º | 0.63% | 0.8% | - |
| HSV(B) | 231.56º | 0.27% | 0.93% | - |
| XYZ | 48.68 | 47.87 | 86.03 | - |
| YUV | 184.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 236 | 0.27 | 0.23 | 0 | 0.07 | 231.56 | 0.63 | 0.8 |
| Hex | AC | B5 | EC | 1B | 17 | 0 | 7 | E8 | 3F | 50 |
| Octal | 254 | 265 | 354 | 33 | 27 | 0 | 7 | 350 | 77 | 120 |
| Binary | 10101100 | 10110101 | 11101100 | 11011 | 10111 | 0 | 111 | 11101000 | 111111 | 1010000 |
Color Harmonies of #ACB5EC
Complementary color
Monochromatic Colors of #ACB5EC
Black with #ACB5EC
Text Example
Text Example
White with #ACB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5EC; }
p { color: rgb(172,181,236); }
H1.HeaderClassName
{
color: #ACB5EC;
}
.AnyTagClassName
{
color: #ACB5EC;
}
</style>
background-color css
<style>
a { background-color: #ACB5EC; }
a { background-color: rgb(172,181,236); }
div.DivClassName
{
background-color: #ACB5EC;
}
.BgClassName
{
background-color: #ACB5EC;
}
</style>
border-color css
<style>
span { border-color: #ACB5EC; }
span { border-color: rgb(172,181,236); }
td.TdClassName
{
border-color: #ACB5EC;
}
.TagClassName
{
border-color: #ACB5EC;
}
</style>