Shades of Perano #ACB8E7
Tints of Perano #ACB8E7
RGB
CMYK
RGB Variations
Color information
#ACB8E7 (or 0xACB8E7) is known color: Perano. HEX triplet: AC, B8 and E7. RGB value is (172,184,231). Sum of RGB (Red+Green+Blue) = 172+184+231=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACB8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8E7 is #534718. Grayscale: #B9B9B9. Windows color (decimal): -5457689 or 15186092. OLE color: 15186092.
HSL color Cylindrical-coordinate representation of color #ACB8E7: hue angle of 227.8º 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 #ACB8E7 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 184 | 231 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.09 |
| HSL | 227.8º | 0.55% | 0.79% | - |
| HSV(B) | 227.8º | 0.26% | 0.91% | - |
| XYZ | 48.58 | 48.82 | 82.46 | - |
| YUV | 185.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 231 | 0.26 | 0.20 | 0 | 0.09 | 227.8 | 0.55 | 0.79 |
| Hex | AC | B8 | E7 | 1A | 14 | 0 | 9 | E4 | 37 | 4F |
| Octal | 254 | 270 | 347 | 32 | 24 | 0 | 11 | 344 | 67 | 117 |
| Binary | 10101100 | 10111000 | 11100111 | 11010 | 10100 | 0 | 1001 | 11100100 | 110111 | 1001111 |
Color Harmonies of #ACB8E7
Complementary color
Monochromatic Colors of #ACB8E7
Black with #ACB8E7
Text Example
Text Example
White with #ACB8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8E7; }
p { color: rgb(172,184,231); }
H1.HeaderClassName
{
color: #ACB8E7;
}
.AnyTagClassName
{
color: #ACB8E7;
}
</style>
background-color css
<style>
a { background-color: #ACB8E7; }
a { background-color: rgb(172,184,231); }
div.DivClassName
{
background-color: #ACB8E7;
}
.BgClassName
{
background-color: #ACB8E7;
}
</style>
border-color css
<style>
span { border-color: #ACB8E7; }
span { border-color: rgb(172,184,231); }
td.TdClassName
{
border-color: #ACB8E7;
}
.TagClassName
{
border-color: #ACB8E7;
}
</style>