Shades of Perano #ACC0F1
Tints of Perano #ACC0F1
RGB
CMYK
RGB Variations
Color information
#ACC0F1 (or 0xACC0F1) is known color: Perano. HEX triplet: AC, C0 and F1. RGB value is (172,192,241). Sum of RGB (Red+Green+Blue) = 172+192+241=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACC0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0F1 is #533F0E. Grayscale: #BFBFBF. Windows color (decimal): -5455631 or 15843500. OLE color: 15843500.
HSL color Cylindrical-coordinate representation of color #ACC0F1: hue angle of 222.61º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC0F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 192 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 222.61º | 0.71% | 0.81% | - |
| HSV(B) | 222.61º | 0.29% | 0.95% | - |
| XYZ | 51.74 | 52.82 | 90.69 | - |
| YUV | 191.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 241 | 0.29 | 0.20 | 0 | 0.05 | 222.61 | 0.71 | 0.81 |
| Hex | AC | C0 | F1 | 1D | 14 | 0 | 5 | DF | 47 | 51 |
| Octal | 254 | 300 | 361 | 35 | 24 | 0 | 5 | 337 | 107 | 121 |
| Binary | 10101100 | 11000000 | 11110001 | 11101 | 10100 | 0 | 101 | 11011111 | 1000111 | 1010001 |
Color Harmonies of #ACC0F1
Complementary color
Monochromatic Colors of #ACC0F1
Black with #ACC0F1
Text Example
Text Example
White with #ACC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0F1; }
p { color: rgb(172,192,241); }
H1.HeaderClassName
{
color: #ACC0F1;
}
.AnyTagClassName
{
color: #ACC0F1;
}
</style>
background-color css
<style>
a { background-color: #ACC0F1; }
a { background-color: rgb(172,192,241); }
div.DivClassName
{
background-color: #ACC0F1;
}
.BgClassName
{
background-color: #ACC0F1;
}
</style>
border-color css
<style>
span { border-color: #ACC0F1; }
span { border-color: rgb(172,192,241); }
td.TdClassName
{
border-color: #ACC0F1;
}
.TagClassName
{
border-color: #ACC0F1;
}
</style>