Shades of Perano #ACC0E9
Tints of Perano #ACC0E9
RGB
CMYK
RGB Variations
Color information
#ACC0E9 (or 0xACC0E9) is known color: Perano. HEX triplet: AC, C0 and E9. RGB value is (172,192,233). Sum of RGB (Red+Green+Blue) = 172+192+233=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACC0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0E9 is #533F16. Grayscale: #BEBEBE. Windows color (decimal): -5455639 or 15319212. OLE color: 15319212.
HSL color Cylindrical-coordinate representation of color #ACC0E9: hue angle of 220.33º 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 #ACC0E9 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 192 | 233 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.09 |
| HSL | 220.33º | 0.58% | 0.79% | - |
| HSV(B) | 220.33º | 0.26% | 0.91% | - |
| XYZ | 50.57 | 52.35 | 84.53 | - |
| YUV | 190.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 233 | 0.26 | 0.18 | 0 | 0.09 | 220.33 | 0.58 | 0.79 |
| Hex | AC | C0 | E9 | 1A | 12 | 0 | 9 | DC | 3A | 4F |
| Octal | 254 | 300 | 351 | 32 | 22 | 0 | 11 | 334 | 72 | 117 |
| Binary | 10101100 | 11000000 | 11101001 | 11010 | 10010 | 0 | 1001 | 11011100 | 111010 | 1001111 |
Color Harmonies of #ACC0E9
Complementary color
Monochromatic Colors of #ACC0E9
Black with #ACC0E9
Text Example
Text Example
White with #ACC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0E9; }
p { color: rgb(172,192,233); }
H1.HeaderClassName
{
color: #ACC0E9;
}
.AnyTagClassName
{
color: #ACC0E9;
}
</style>
background-color css
<style>
a { background-color: #ACC0E9; }
a { background-color: rgb(172,192,233); }
div.DivClassName
{
background-color: #ACC0E9;
}
.BgClassName
{
background-color: #ACC0E9;
}
</style>
border-color css
<style>
span { border-color: #ACC0E9; }
span { border-color: rgb(172,192,233); }
td.TdClassName
{
border-color: #ACC0E9;
}
.TagClassName
{
border-color: #ACC0E9;
}
</style>