Shades of Perano #ACC0FC
Tints of Perano #ACC0FC
RGB
CMYK
RGB Variations
Color information
#ACC0FC (or 0xACC0FC) is known color: Perano. HEX triplet: AC, C0 and FC. RGB value is (172,192,252). Sum of RGB (Red+Green+Blue) = 172+192+252=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0FC is #533F03. Grayscale: #C0C0C0. Windows color (decimal): -5455620 or 16564396. OLE color: 16564396.
HSL color Cylindrical-coordinate representation of color #ACC0FC: hue angle of 225º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC0FC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 192 | 252 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.01 |
| HSL | 225º | 0.93% | 0.83% | - |
| HSV(B) | 225º | 0.32% | 0.99% | - |
| XYZ | 53.43 | 53.5 | 99.61 | - |
| YUV | 192.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 252 | 0.32 | 0.24 | 0 | 0.01 | 225 | 0.93 | 0.83 |
| Hex | AC | C0 | FC | 20 | 18 | 0 | 1 | E1 | 5D | 53 |
| Octal | 254 | 300 | 374 | 40 | 30 | 0 | 1 | 341 | 135 | 123 |
| Binary | 10101100 | 11000000 | 11111100 | 100000 | 11000 | 0 | 1 | 11100001 | 1011101 | 1010011 |
Color Harmonies of #ACC0FC
Complementary color
Monochromatic Colors of #ACC0FC
Black with #ACC0FC
Text Example
Text Example
White with #ACC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0FC; }
p { color: rgb(172,192,252); }
H1.HeaderClassName
{
color: #ACC0FC;
}
.AnyTagClassName
{
color: #ACC0FC;
}
</style>
background-color css
<style>
a { background-color: #ACC0FC; }
a { background-color: rgb(172,192,252); }
div.DivClassName
{
background-color: #ACC0FC;
}
.BgClassName
{
background-color: #ACC0FC;
}
</style>
border-color css
<style>
span { border-color: #ACC0FC; }
span { border-color: rgb(172,192,252); }
td.TdClassName
{
border-color: #ACC0FC;
}
.TagClassName
{
border-color: #ACC0FC;
}
</style>