Shades of Perano #ACC1FA
Tints of Perano #ACC1FA
RGB
CMYK
RGB Variations
Color information
#ACC1FA (or 0xACC1FA) is known color: Perano. HEX triplet: AC, C1 and FA. RGB value is (172,193,250). Sum of RGB (Red+Green+Blue) = 172+193+250=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACC1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1FA is #533E05. Grayscale: #C0C0C0. Windows color (decimal): -5455366 or 16433580. OLE color: 16433580.
HSL color Cylindrical-coordinate representation of color #ACC1FA: hue angle of 223.85º 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 #ACC1FA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 193 | 250 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.02 |
| HSL | 223.85º | 0.89% | 0.83% | - |
| HSV(B) | 223.85º | 0.31% | 0.98% | - |
| XYZ | 53.34 | 53.81 | 98.02 | - |
| YUV | 193.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 250 | 0.31 | 0.23 | 0 | 0.02 | 223.85 | 0.89 | 0.83 |
| Hex | AC | C1 | FA | 1F | 17 | 0 | 2 | E0 | 59 | 53 |
| Octal | 254 | 301 | 372 | 37 | 27 | 0 | 2 | 340 | 131 | 123 |
| Binary | 10101100 | 11000001 | 11111010 | 11111 | 10111 | 0 | 10 | 11100000 | 1011001 | 1010011 |
Color Harmonies of #ACC1FA
Complementary color
Monochromatic Colors of #ACC1FA
Black with #ACC1FA
Text Example
Text Example
White with #ACC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1FA; }
p { color: rgb(172,193,250); }
H1.HeaderClassName
{
color: #ACC1FA;
}
.AnyTagClassName
{
color: #ACC1FA;
}
</style>
background-color css
<style>
a { background-color: #ACC1FA; }
a { background-color: rgb(172,193,250); }
div.DivClassName
{
background-color: #ACC1FA;
}
.BgClassName
{
background-color: #ACC1FA;
}
</style>
border-color css
<style>
span { border-color: #ACC1FA; }
span { border-color: rgb(172,193,250); }
td.TdClassName
{
border-color: #ACC1FA;
}
.TagClassName
{
border-color: #ACC1FA;
}
</style>