Shades of Perano #ACB0E9
Tints of Perano #ACB0E9
RGB
CMYK
RGB Variations
Color information
#ACB0E9 (or 0xACB0E9) is known color: Perano. HEX triplet: AC, B0 and E9. RGB value is (172,176,233). Sum of RGB (Red+Green+Blue) = 172+176+233=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACB0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0E9 is #534F16. Grayscale: #B5B5B5. Windows color (decimal): -5459735 or 15315116. OLE color: 15315116.
HSL color Cylindrical-coordinate representation of color #ACB0E9: hue angle of 236.07º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB0E9 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 176 | 233 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.09 |
| HSL | 236.07º | 0.58% | 0.79% | - |
| HSV(B) | 236.07º | 0.26% | 0.91% | - |
| XYZ | 47.25 | 45.7 | 83.42 | - |
| YUV | 181.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 233 | 0.26 | 0.24 | 0 | 0.09 | 236.07 | 0.58 | 0.79 |
| Hex | AC | B0 | E9 | 1A | 18 | 0 | 9 | EC | 3A | 4F |
| Octal | 254 | 260 | 351 | 32 | 30 | 0 | 11 | 354 | 72 | 117 |
| Binary | 10101100 | 10110000 | 11101001 | 11010 | 11000 | 0 | 1001 | 11101100 | 111010 | 1001111 |
Color Harmonies of #ACB0E9
Complementary color
Monochromatic Colors of #ACB0E9
Black with #ACB0E9
Text Example
Text Example
White with #ACB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0E9; }
p { color: rgb(172,176,233); }
H1.HeaderClassName
{
color: #ACB0E9;
}
.AnyTagClassName
{
color: #ACB0E9;
}
</style>
background-color css
<style>
a { background-color: #ACB0E9; }
a { background-color: rgb(172,176,233); }
div.DivClassName
{
background-color: #ACB0E9;
}
.BgClassName
{
background-color: #ACB0E9;
}
</style>
border-color css
<style>
span { border-color: #ACB0E9; }
span { border-color: rgb(172,176,233); }
td.TdClassName
{
border-color: #ACB0E9;
}
.TagClassName
{
border-color: #ACB0E9;
}
</style>