Shades of Perano #ACABEC
Tints of Perano #ACABEC
RGB
CMYK
RGB Variations
Color information
#ACABEC (or 0xACABEC) is known color: Perano. HEX triplet: AC, AB and EC. RGB value is (172,171,236). Sum of RGB (Red+Green+Blue) = 172+171+236=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEC is #535413. Grayscale: #B2B2B2. Windows color (decimal): -5461012 or 15510444. OLE color: 15510444.
HSL color Cylindrical-coordinate representation of color #ACABEC: hue angle of 240.92º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACABEC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 171 | 236 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.07 |
| HSL | 240.92º | 0.63% | 0.8% | - |
| HSV(B) | 240.92º | 0.28% | 0.93% | - |
| XYZ | 46.72 | 43.95 | 85.38 | - |
| YUV | 178.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 236 | 0.27 | 0.28 | 0 | 0.07 | 240.92 | 0.63 | 0.8 |
| Hex | AC | AB | EC | 1B | 1C | 0 | 7 | F1 | 3F | 50 |
| Octal | 254 | 253 | 354 | 33 | 34 | 0 | 7 | 361 | 77 | 120 |
| Binary | 10101100 | 10101011 | 11101100 | 11011 | 11100 | 0 | 111 | 11110001 | 111111 | 1010000 |
Color Harmonies of #ACABEC
Complementary color
Monochromatic Colors of #ACABEC
Black with #ACABEC
Text Example
Text Example
White with #ACABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABEC; }
p { color: rgb(172,171,236); }
H1.HeaderClassName
{
color: #ACABEC;
}
.AnyTagClassName
{
color: #ACABEC;
}
</style>
background-color css
<style>
a { background-color: #ACABEC; }
a { background-color: rgb(172,171,236); }
div.DivClassName
{
background-color: #ACABEC;
}
.BgClassName
{
background-color: #ACABEC;
}
</style>
border-color css
<style>
span { border-color: #ACABEC; }
span { border-color: rgb(172,171,236); }
td.TdClassName
{
border-color: #ACABEC;
}
.TagClassName
{
border-color: #ACABEC;
}
</style>