Shades of Perano #ACB3FE
Tints of Perano #ACB3FE
RGB
CMYK
RGB Variations
Color information
#ACB3FE (or 0xACB3FE) is known color: Perano. HEX triplet: AC, B3 and FE. RGB value is (172,179,254). Sum of RGB (Red+Green+Blue) = 172+179+254=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3FE is #534C01. Grayscale: #B9B9B9. Windows color (decimal): -5458946 or 16692140. OLE color: 16692140.
HSL color Cylindrical-coordinate representation of color #ACB3FE: hue angle of 234.88º 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 #ACB3FE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 179 | 254 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.00 |
| HSL | 234.88º | 0.98% | 0.84% | - |
| HSV(B) | 234.88º | 0.32% | 1% | - |
| XYZ | 51.02 | 48.17 | 100.37 | - |
| YUV | 185.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 254 | 0.32 | 0.30 | 0 | 0.00 | 234.88 | 0.98 | 0.84 |
| Hex | AC | B3 | FE | 20 | 1E | 0 | 0 | EB | 62 | 54 |
| Octal | 254 | 263 | 376 | 40 | 36 | 0 | 0 | 353 | 142 | 124 |
| Binary | 10101100 | 10110011 | 11111110 | 100000 | 11110 | 0 | 0 | 11101011 | 1100010 | 1010100 |
Color Harmonies of #ACB3FE
Complementary color
Monochromatic Colors of #ACB3FE
Black with #ACB3FE
Text Example
Text Example
White with #ACB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3FE; }
p { color: rgb(172,179,254); }
H1.HeaderClassName
{
color: #ACB3FE;
}
.AnyTagClassName
{
color: #ACB3FE;
}
</style>
background-color css
<style>
a { background-color: #ACB3FE; }
a { background-color: rgb(172,179,254); }
div.DivClassName
{
background-color: #ACB3FE;
}
.BgClassName
{
background-color: #ACB3FE;
}
</style>
border-color css
<style>
span { border-color: #ACB3FE; }
span { border-color: rgb(172,179,254); }
td.TdClassName
{
border-color: #ACB3FE;
}
.TagClassName
{
border-color: #ACB3FE;
}
</style>