Shades of Perano #ACC0FA
Tints of Perano #ACC0FA
RGB
CMYK
RGB Variations
Color information
#ACC0FA (or 0xACC0FA) is known color: Perano. HEX triplet: AC, C0 and FA. RGB value is (172,192,250). Sum of RGB (Red+Green+Blue) = 172+192+250=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FA is #533F05. Grayscale: #C0C0C0. Windows color (decimal): -5455622 or 16433324. OLE color: 16433324.
HSL color Cylindrical-coordinate representation of color #ACC0FA: hue angle of 224.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC0FA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 192 | 250 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.02 |
| HSL | 224.62º | 0.89% | 0.83% | - |
| HSV(B) | 224.62º | 0.31% | 0.98% | - |
| XYZ | 53.12 | 53.37 | 97.94 | - |
| YUV | 192.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 250 | 0.31 | 0.23 | 0 | 0.02 | 224.62 | 0.89 | 0.83 |
| Hex | AC | C0 | FA | 1F | 17 | 0 | 2 | E1 | 59 | 53 |
| Octal | 254 | 300 | 372 | 37 | 27 | 0 | 2 | 341 | 131 | 123 |
| Binary | 10101100 | 11000000 | 11111010 | 11111 | 10111 | 0 | 10 | 11100001 | 1011001 | 1010011 |
Color Harmonies of #ACC0FA
Complementary color
Monochromatic Colors of #ACC0FA
Black with #ACC0FA
Text Example
Text Example
White with #ACC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0FA; }
p { color: rgb(172,192,250); }
H1.HeaderClassName
{
color: #ACC0FA;
}
.AnyTagClassName
{
color: #ACC0FA;
}
</style>
background-color css
<style>
a { background-color: #ACC0FA; }
a { background-color: rgb(172,192,250); }
div.DivClassName
{
background-color: #ACC0FA;
}
.BgClassName
{
background-color: #ACC0FA;
}
</style>
border-color css
<style>
span { border-color: #ACC0FA; }
span { border-color: rgb(172,192,250); }
td.TdClassName
{
border-color: #ACC0FA;
}
.TagClassName
{
border-color: #ACC0FA;
}
</style>