Shades of Perano #ACC0F6
Tints of Perano #ACC0F6
RGB
CMYK
RGB Variations
Color information
#ACC0F6 (or 0xACC0F6) is known color: Perano. HEX triplet: AC, C0 and F6. RGB value is (172,192,246). Sum of RGB (Red+Green+Blue) = 172+192+246=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0F6 is #533F09. Grayscale: #BFBFBF. Windows color (decimal): -5455626 or 16171180. OLE color: 16171180.
HSL color Cylindrical-coordinate representation of color #ACC0F6: hue angle of 223.78º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC0F6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 192 | 246 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.04 |
| HSL | 223.78º | 0.8% | 0.82% | - |
| HSV(B) | 223.78º | 0.3% | 0.96% | - |
| XYZ | 52.5 | 53.12 | 94.68 | - |
| YUV | 192.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 246 | 0.30 | 0.22 | 0 | 0.04 | 223.78 | 0.8 | 0.82 |
| Hex | AC | C0 | F6 | 1E | 16 | 0 | 4 | E0 | 50 | 52 |
| Octal | 254 | 300 | 366 | 36 | 26 | 0 | 4 | 340 | 120 | 122 |
| Binary | 10101100 | 11000000 | 11110110 | 11110 | 10110 | 0 | 100 | 11100000 | 1010000 | 1010010 |
Color Harmonies of #ACC0F6
Complementary color
Monochromatic Colors of #ACC0F6
Black with #ACC0F6
Text Example
Text Example
White with #ACC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0F6; }
p { color: rgb(172,192,246); }
H1.HeaderClassName
{
color: #ACC0F6;
}
.AnyTagClassName
{
color: #ACC0F6;
}
</style>
background-color css
<style>
a { background-color: #ACC0F6; }
a { background-color: rgb(172,192,246); }
div.DivClassName
{
background-color: #ACC0F6;
}
.BgClassName
{
background-color: #ACC0F6;
}
</style>
border-color css
<style>
span { border-color: #ACC0F6; }
span { border-color: rgb(172,192,246); }
td.TdClassName
{
border-color: #ACC0F6;
}
.TagClassName
{
border-color: #ACC0F6;
}
</style>