Shades of Perano #ACB9FC
Tints of Perano #ACB9FC
RGB
CMYK
RGB Variations
Color information
#ACB9FC (or 0xACB9FC) is known color: Perano. HEX triplet: AC, B9 and FC. RGB value is (172,185,252). Sum of RGB (Red+Green+Blue) = 172+185+252=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9FC is #534603. Grayscale: #BCBCBC. Windows color (decimal): -5457412 or 16562604. OLE color: 16562604.
HSL color Cylindrical-coordinate representation of color #ACB9FC: hue angle of 230.25º 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 #ACB9FC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 185 | 252 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.01 |
| HSL | 230.25º | 0.93% | 0.83% | - |
| HSV(B) | 230.25º | 0.32% | 0.99% | - |
| XYZ | 51.93 | 50.5 | 99.11 | - |
| YUV | 188.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 252 | 0.32 | 0.27 | 0 | 0.01 | 230.25 | 0.93 | 0.83 |
| Hex | AC | B9 | FC | 20 | 1B | 0 | 1 | E6 | 5D | 53 |
| Octal | 254 | 271 | 374 | 40 | 33 | 0 | 1 | 346 | 135 | 123 |
| Binary | 10101100 | 10111001 | 11111100 | 100000 | 11011 | 0 | 1 | 11100110 | 1011101 | 1010011 |
Color Harmonies of #ACB9FC
Complementary color
Monochromatic Colors of #ACB9FC
Black with #ACB9FC
Text Example
Text Example
White with #ACB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9FC; }
p { color: rgb(172,185,252); }
H1.HeaderClassName
{
color: #ACB9FC;
}
.AnyTagClassName
{
color: #ACB9FC;
}
</style>
background-color css
<style>
a { background-color: #ACB9FC; }
a { background-color: rgb(172,185,252); }
div.DivClassName
{
background-color: #ACB9FC;
}
.BgClassName
{
background-color: #ACB9FC;
}
</style>
border-color css
<style>
span { border-color: #ACB9FC; }
span { border-color: rgb(172,185,252); }
td.TdClassName
{
border-color: #ACB9FC;
}
.TagClassName
{
border-color: #ACB9FC;
}
</style>