Shades of Perano #ACB6FC
Tints of Perano #ACB6FC
RGB
CMYK
RGB Variations
Color information
#ACB6FC (or 0xACB6FC) is known color: Perano. HEX triplet: AC, B6 and FC. RGB value is (172,182,252). Sum of RGB (Red+Green+Blue) = 172+182+252=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6FC is #534903. Grayscale: #BABABA. Windows color (decimal): -5458180 or 16561836. OLE color: 16561836.
HSL color Cylindrical-coordinate representation of color #ACB6FC: hue angle of 232.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB6FC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 182 | 252 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.01 |
| HSL | 232.5º | 0.93% | 0.83% | - |
| HSV(B) | 232.5º | 0.32% | 0.99% | - |
| XYZ | 51.31 | 49.25 | 98.9 | - |
| YUV | 186.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 252 | 0.32 | 0.28 | 0 | 0.01 | 232.5 | 0.93 | 0.83 |
| Hex | AC | B6 | FC | 20 | 1C | 0 | 1 | E8 | 5D | 53 |
| Octal | 254 | 266 | 374 | 40 | 34 | 0 | 1 | 350 | 135 | 123 |
| Binary | 10101100 | 10110110 | 11111100 | 100000 | 11100 | 0 | 1 | 11101000 | 1011101 | 1010011 |
Color Harmonies of #ACB6FC
Complementary color
Monochromatic Colors of #ACB6FC
Black with #ACB6FC
Text Example
Text Example
White with #ACB6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6FC; }
p { color: rgb(172,182,252); }
H1.HeaderClassName
{
color: #ACB6FC;
}
.AnyTagClassName
{
color: #ACB6FC;
}
</style>
background-color css
<style>
a { background-color: #ACB6FC; }
a { background-color: rgb(172,182,252); }
div.DivClassName
{
background-color: #ACB6FC;
}
.BgClassName
{
background-color: #ACB6FC;
}
</style>
border-color css
<style>
span { border-color: #ACB6FC; }
span { border-color: rgb(172,182,252); }
td.TdClassName
{
border-color: #ACB6FC;
}
.TagClassName
{
border-color: #ACB6FC;
}
</style>