Shades of Perano #ACC0F3
Tints of Perano #ACC0F3
RGB
CMYK
RGB Variations
Color information
#ACC0F3 (or 0xACC0F3) is known color: Perano. HEX triplet: AC, C0 and F3. RGB value is (172,192,243). Sum of RGB (Red+Green+Blue) = 172+192+243=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACC0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0F3 is #533F0C. Grayscale: #BFBFBF. Windows color (decimal): -5455629 or 15974572. OLE color: 15974572.
HSL color Cylindrical-coordinate representation of color #ACC0F3: hue angle of 223.1º degrees, saturation: 0.75, 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 #ACC0F3 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 192 | 243 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 223.1º | 0.75% | 0.81% | - |
| HSV(B) | 223.1º | 0.29% | 0.95% | - |
| XYZ | 52.04 | 52.94 | 92.27 | - |
| YUV | 191.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 243 | 0.29 | 0.21 | 0 | 0.05 | 223.1 | 0.75 | 0.81 |
| Hex | AC | C0 | F3 | 1D | 15 | 0 | 5 | DF | 4B | 51 |
| Octal | 254 | 300 | 363 | 35 | 25 | 0 | 5 | 337 | 113 | 121 |
| Binary | 10101100 | 11000000 | 11110011 | 11101 | 10101 | 0 | 101 | 11011111 | 1001011 | 1010001 |
Color Harmonies of #ACC0F3
Complementary color
Monochromatic Colors of #ACC0F3
Black with #ACC0F3
Text Example
Text Example
White with #ACC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0F3; }
p { color: rgb(172,192,243); }
H1.HeaderClassName
{
color: #ACC0F3;
}
.AnyTagClassName
{
color: #ACC0F3;
}
</style>
background-color css
<style>
a { background-color: #ACC0F3; }
a { background-color: rgb(172,192,243); }
div.DivClassName
{
background-color: #ACC0F3;
}
.BgClassName
{
background-color: #ACC0F3;
}
</style>
border-color css
<style>
span { border-color: #ACC0F3; }
span { border-color: rgb(172,192,243); }
td.TdClassName
{
border-color: #ACC0F3;
}
.TagClassName
{
border-color: #ACC0F3;
}
</style>