Shades of Perano #ACB1FE
Tints of Perano #ACB1FE
RGB
CMYK
RGB Variations
Color information
#ACB1FE (or 0xACB1FE) is known color: Perano. HEX triplet: AC, B1 and FE. RGB value is (172,177,254). Sum of RGB (Red+Green+Blue) = 172+177+254=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1FE is #534E01. Grayscale: #B7B7B7. Windows color (decimal): -5459458 or 16691628. OLE color: 16691628.
HSL color Cylindrical-coordinate representation of color #ACB1FE: hue angle of 236.34º 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 #ACB1FE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 177 | 254 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.00 |
| HSL | 236.34º | 0.98% | 0.84% | - |
| HSV(B) | 236.34º | 0.32% | 1% | - |
| XYZ | 50.62 | 47.37 | 100.24 | - |
| YUV | 184.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 254 | 0.32 | 0.30 | 0 | 0.00 | 236.34 | 0.98 | 0.84 |
| Hex | AC | B1 | FE | 20 | 1E | 0 | 0 | EC | 62 | 54 |
| Octal | 254 | 261 | 376 | 40 | 36 | 0 | 0 | 354 | 142 | 124 |
| Binary | 10101100 | 10110001 | 11111110 | 100000 | 11110 | 0 | 0 | 11101100 | 1100010 | 1010100 |
Color Harmonies of #ACB1FE
Complementary color
Monochromatic Colors of #ACB1FE
Black with #ACB1FE
Text Example
Text Example
White with #ACB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1FE; }
p { color: rgb(172,177,254); }
H1.HeaderClassName
{
color: #ACB1FE;
}
.AnyTagClassName
{
color: #ACB1FE;
}
</style>
background-color css
<style>
a { background-color: #ACB1FE; }
a { background-color: rgb(172,177,254); }
div.DivClassName
{
background-color: #ACB1FE;
}
.BgClassName
{
background-color: #ACB1FE;
}
</style>
border-color css
<style>
span { border-color: #ACB1FE; }
span { border-color: rgb(172,177,254); }
td.TdClassName
{
border-color: #ACB1FE;
}
.TagClassName
{
border-color: #ACB1FE;
}
</style>