Shades of Perano #ACB2FE
Tints of Perano #ACB2FE
RGB
CMYK
RGB Variations
Color information
#ACB2FE (or 0xACB2FE) is known color: Perano. HEX triplet: AC, B2 and FE. RGB value is (172,178,254). Sum of RGB (Red+Green+Blue) = 172+178+254=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2FE is #534D01. Grayscale: #B8B8B8. Windows color (decimal): -5459202 or 16691884. OLE color: 16691884.
HSL color Cylindrical-coordinate representation of color #ACB2FE: hue angle of 235.61º 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 #ACB2FE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 178 | 254 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.00 |
| HSL | 235.61º | 0.98% | 0.84% | - |
| HSV(B) | 235.61º | 0.32% | 1% | - |
| XYZ | 50.82 | 47.77 | 100.31 | - |
| YUV | 184.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 254 | 0.32 | 0.30 | 0 | 0.00 | 235.61 | 0.98 | 0.84 |
| Hex | AC | B2 | FE | 20 | 1E | 0 | 0 | EC | 62 | 54 |
| Octal | 254 | 262 | 376 | 40 | 36 | 0 | 0 | 354 | 142 | 124 |
| Binary | 10101100 | 10110010 | 11111110 | 100000 | 11110 | 0 | 0 | 11101100 | 1100010 | 1010100 |
Color Harmonies of #ACB2FE
Complementary color
Monochromatic Colors of #ACB2FE
Black with #ACB2FE
Text Example
Text Example
White with #ACB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2FE; }
p { color: rgb(172,178,254); }
H1.HeaderClassName
{
color: #ACB2FE;
}
.AnyTagClassName
{
color: #ACB2FE;
}
</style>
background-color css
<style>
a { background-color: #ACB2FE; }
a { background-color: rgb(172,178,254); }
div.DivClassName
{
background-color: #ACB2FE;
}
.BgClassName
{
background-color: #ACB2FE;
}
</style>
border-color css
<style>
span { border-color: #ACB2FE; }
span { border-color: rgb(172,178,254); }
td.TdClassName
{
border-color: #ACB2FE;
}
.TagClassName
{
border-color: #ACB2FE;
}
</style>