Shades of Perano #ACB1FC
Tints of Perano #ACB1FC
RGB
CMYK
RGB Variations
Color information
#ACB1FC (or 0xACB1FC) is known color: Perano. HEX triplet: AC, B1 and FC. RGB value is (172,177,252). Sum of RGB (Red+Green+Blue) = 172+177+252=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1FC is #534E03. Grayscale: #B7B7B7. Windows color (decimal): -5459460 or 16560556. OLE color: 16560556.
HSL color Cylindrical-coordinate representation of color #ACB1FC: hue angle of 236.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 #ACB1FC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 177 | 252 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.01 |
| HSL | 236.25º | 0.93% | 0.83% | - |
| HSV(B) | 236.25º | 0.32% | 0.99% | - |
| XYZ | 50.31 | 47.24 | 98.56 | - |
| YUV | 184.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 252 | 0.32 | 0.30 | 0 | 0.01 | 236.25 | 0.93 | 0.83 |
| Hex | AC | B1 | FC | 20 | 1E | 0 | 1 | EC | 5D | 53 |
| Octal | 254 | 261 | 374 | 40 | 36 | 0 | 1 | 354 | 135 | 123 |
| Binary | 10101100 | 10110001 | 11111100 | 100000 | 11110 | 0 | 1 | 11101100 | 1011101 | 1010011 |
Color Harmonies of #ACB1FC
Complementary color
Monochromatic Colors of #ACB1FC
Black with #ACB1FC
Text Example
Text Example
White with #ACB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1FC; }
p { color: rgb(172,177,252); }
H1.HeaderClassName
{
color: #ACB1FC;
}
.AnyTagClassName
{
color: #ACB1FC;
}
</style>
background-color css
<style>
a { background-color: #ACB1FC; }
a { background-color: rgb(172,177,252); }
div.DivClassName
{
background-color: #ACB1FC;
}
.BgClassName
{
background-color: #ACB1FC;
}
</style>
border-color css
<style>
span { border-color: #ACB1FC; }
span { border-color: rgb(172,177,252); }
td.TdClassName
{
border-color: #ACB1FC;
}
.TagClassName
{
border-color: #ACB1FC;
}
</style>