Shades of Perano #ACB9FE
Tints of Perano #ACB9FE
RGB
CMYK
RGB Variations
Color information
#ACB9FE (or 0xACB9FE) is known color: Perano. HEX triplet: AC, B9 and FE. RGB value is (172,185,254). Sum of RGB (Red+Green+Blue) = 172+185+254=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9FE is #534601. Grayscale: #BCBCBC. Windows color (decimal): -5457410 or 16693676. OLE color: 16693676.
HSL color Cylindrical-coordinate representation of color #ACB9FE: hue angle of 230.49º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB9FE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 185 | 254 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.00 |
| HSL | 230.49º | 0.98% | 0.84% | - |
| HSV(B) | 230.49º | 0.32% | 1% | - |
| XYZ | 52.25 | 50.62 | 100.78 | - |
| YUV | 188.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 254 | 0.32 | 0.27 | 0 | 0.00 | 230.49 | 0.98 | 0.84 |
| Hex | AC | B9 | FE | 20 | 1B | 0 | 0 | E6 | 62 | 54 |
| Octal | 254 | 271 | 376 | 40 | 33 | 0 | 0 | 346 | 142 | 124 |
| Binary | 10101100 | 10111001 | 11111110 | 100000 | 11011 | 0 | 0 | 11100110 | 1100010 | 1010100 |
Color Harmonies of #ACB9FE
Complementary color
Monochromatic Colors of #ACB9FE
Black with #ACB9FE
Text Example
Text Example
White with #ACB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9FE; }
p { color: rgb(172,185,254); }
H1.HeaderClassName
{
color: #ACB9FE;
}
.AnyTagClassName
{
color: #ACB9FE;
}
</style>
background-color css
<style>
a { background-color: #ACB9FE; }
a { background-color: rgb(172,185,254); }
div.DivClassName
{
background-color: #ACB9FE;
}
.BgClassName
{
background-color: #ACB9FE;
}
</style>
border-color css
<style>
span { border-color: #ACB9FE; }
span { border-color: rgb(172,185,254); }
td.TdClassName
{
border-color: #ACB9FE;
}
.TagClassName
{
border-color: #ACB9FE;
}
</style>