Shades of Perano #ACB3F7
Tints of Perano #ACB3F7
RGB
CMYK
RGB Variations
Color information
#ACB3F7 (or 0xACB3F7) is known color: Perano. HEX triplet: AC, B3 and F7. RGB value is (172,179,247). Sum of RGB (Red+Green+Blue) = 172+179+247=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3F7 is #534C08. Grayscale: #B8B8B8. Windows color (decimal): -5458953 or 16233388. OLE color: 16233388.
HSL color Cylindrical-coordinate representation of color #ACB3F7: hue angle of 234.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB3F7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 179 | 247 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.03 |
| HSL | 234.4º | 0.82% | 0.82% | - |
| HSV(B) | 234.4º | 0.3% | 0.97% | - |
| XYZ | 49.92 | 47.73 | 94.58 | - |
| YUV | 184.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 247 | 0.30 | 0.28 | 0 | 0.03 | 234.4 | 0.82 | 0.82 |
| Hex | AC | B3 | F7 | 1E | 1C | 0 | 3 | EA | 52 | 52 |
| Octal | 254 | 263 | 367 | 36 | 34 | 0 | 3 | 352 | 122 | 122 |
| Binary | 10101100 | 10110011 | 11110111 | 11110 | 11100 | 0 | 11 | 11101010 | 1010010 | 1010010 |
Color Harmonies of #ACB3F7
Complementary color
Monochromatic Colors of #ACB3F7
Black with #ACB3F7
Text Example
Text Example
White with #ACB3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3F7; }
p { color: rgb(172,179,247); }
H1.HeaderClassName
{
color: #ACB3F7;
}
.AnyTagClassName
{
color: #ACB3F7;
}
</style>
background-color css
<style>
a { background-color: #ACB3F7; }
a { background-color: rgb(172,179,247); }
div.DivClassName
{
background-color: #ACB3F7;
}
.BgClassName
{
background-color: #ACB3F7;
}
</style>
border-color css
<style>
span { border-color: #ACB3F7; }
span { border-color: rgb(172,179,247); }
td.TdClassName
{
border-color: #ACB3F7;
}
.TagClassName
{
border-color: #ACB3F7;
}
</style>