Shades of Perano #ACB9E9
Tints of Perano #ACB9E9
RGB
CMYK
RGB Variations
Color information
#ACB9E9 (or 0xACB9E9) is known color: Perano. HEX triplet: AC, B9 and E9. RGB value is (172,185,233). Sum of RGB (Red+Green+Blue) = 172+185+233=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACB9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9E9 is #534616. Grayscale: #BABABA. Windows color (decimal): -5457431 or 15317420. OLE color: 15317420.
HSL color Cylindrical-coordinate representation of color #ACB9E9: hue angle of 227.21º 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 #ACB9E9 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 185 | 233 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.09 |
| HSL | 227.21º | 0.58% | 0.79% | - |
| HSV(B) | 227.21º | 0.26% | 0.91% | - |
| XYZ | 49.07 | 49.35 | 84.03 | - |
| YUV | 186.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 233 | 0.26 | 0.21 | 0 | 0.09 | 227.21 | 0.58 | 0.79 |
| Hex | AC | B9 | E9 | 1A | 15 | 0 | 9 | E3 | 3A | 4F |
| Octal | 254 | 271 | 351 | 32 | 25 | 0 | 11 | 343 | 72 | 117 |
| Binary | 10101100 | 10111001 | 11101001 | 11010 | 10101 | 0 | 1001 | 11100011 | 111010 | 1001111 |
Color Harmonies of #ACB9E9
Complementary color
Monochromatic Colors of #ACB9E9
Black with #ACB9E9
Text Example
Text Example
White with #ACB9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9E9; }
p { color: rgb(172,185,233); }
H1.HeaderClassName
{
color: #ACB9E9;
}
.AnyTagClassName
{
color: #ACB9E9;
}
</style>
background-color css
<style>
a { background-color: #ACB9E9; }
a { background-color: rgb(172,185,233); }
div.DivClassName
{
background-color: #ACB9E9;
}
.BgClassName
{
background-color: #ACB9E9;
}
</style>
border-color css
<style>
span { border-color: #ACB9E9; }
span { border-color: rgb(172,185,233); }
td.TdClassName
{
border-color: #ACB9E9;
}
.TagClassName
{
border-color: #ACB9E9;
}
</style>