Shades of Perano #ACB0FC
Tints of Perano #ACB0FC
RGB
CMYK
RGB Variations
Color information
#ACB0FC (or 0xACB0FC) is known color: Perano. HEX triplet: AC, B0 and FC. RGB value is (172,176,252). Sum of RGB (Red+Green+Blue) = 172+176+252=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FC is #534F03. Grayscale: #B7B7B7. Windows color (decimal): -5459716 or 16560300. OLE color: 16560300.
HSL color Cylindrical-coordinate representation of color #ACB0FC: hue angle of 237º 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 #ACB0FC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 176 | 252 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.01 |
| HSL | 237º | 0.93% | 0.83% | - |
| HSV(B) | 237º | 0.32% | 0.99% | - |
| XYZ | 50.11 | 46.85 | 98.5 | - |
| YUV | 183.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 252 | 0.32 | 0.30 | 0 | 0.01 | 237 | 0.93 | 0.83 |
| Hex | AC | B0 | FC | 20 | 1E | 0 | 1 | ED | 5D | 53 |
| Octal | 254 | 260 | 374 | 40 | 36 | 0 | 1 | 355 | 135 | 123 |
| Binary | 10101100 | 10110000 | 11111100 | 100000 | 11110 | 0 | 1 | 11101101 | 1011101 | 1010011 |
Color Harmonies of #ACB0FC
Complementary color
Monochromatic Colors of #ACB0FC
Black with #ACB0FC
Text Example
Text Example
White with #ACB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0FC; }
p { color: rgb(172,176,252); }
H1.HeaderClassName
{
color: #ACB0FC;
}
.AnyTagClassName
{
color: #ACB0FC;
}
</style>
background-color css
<style>
a { background-color: #ACB0FC; }
a { background-color: rgb(172,176,252); }
div.DivClassName
{
background-color: #ACB0FC;
}
.BgClassName
{
background-color: #ACB0FC;
}
</style>
border-color css
<style>
span { border-color: #ACB0FC; }
span { border-color: rgb(172,176,252); }
td.TdClassName
{
border-color: #ACB0FC;
}
.TagClassName
{
border-color: #ACB0FC;
}
</style>