Shades of Perano #ACB0E7
Tints of Perano #ACB0E7
RGB
CMYK
RGB Variations
Color information
#ACB0E7 (or 0xACB0E7) is known color: Perano. HEX triplet: AC, B0 and E7. RGB value is (172,176,231). Sum of RGB (Red+Green+Blue) = 172+176+231=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACB0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0E7 is #534F18. Grayscale: #B4B4B4. Windows color (decimal): -5459737 or 15184044. OLE color: 15184044.
HSL color Cylindrical-coordinate representation of color #ACB0E7: hue angle of 235.93º degrees, saturation: 0.55, 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 #ACB0E7 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 176 | 231 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.09 |
| HSL | 235.93º | 0.55% | 0.79% | - |
| HSV(B) | 235.93º | 0.26% | 0.91% | - |
| XYZ | 46.96 | 45.59 | 81.93 | - |
| YUV | 181.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 231 | 0.26 | 0.24 | 0 | 0.09 | 235.93 | 0.55 | 0.79 |
| Hex | AC | B0 | E7 | 1A | 18 | 0 | 9 | EC | 37 | 4F |
| Octal | 254 | 260 | 347 | 32 | 30 | 0 | 11 | 354 | 67 | 117 |
| Binary | 10101100 | 10110000 | 11100111 | 11010 | 11000 | 0 | 1001 | 11101100 | 110111 | 1001111 |
Color Harmonies of #ACB0E7
Complementary color
Monochromatic Colors of #ACB0E7
Black with #ACB0E7
Text Example
Text Example
White with #ACB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0E7; }
p { color: rgb(172,176,231); }
H1.HeaderClassName
{
color: #ACB0E7;
}
.AnyTagClassName
{
color: #ACB0E7;
}
</style>
background-color css
<style>
a { background-color: #ACB0E7; }
a { background-color: rgb(172,176,231); }
div.DivClassName
{
background-color: #ACB0E7;
}
.BgClassName
{
background-color: #ACB0E7;
}
</style>
border-color css
<style>
span { border-color: #ACB0E7; }
span { border-color: rgb(172,176,231); }
td.TdClassName
{
border-color: #ACB0E7;
}
.TagClassName
{
border-color: #ACB0E7;
}
</style>