Shades of Perano #ACABED
Tints of Perano #ACABED
RGB
CMYK
RGB Variations
Color information
#ACABED (or 0xACABED) is known color: Perano. HEX triplet: AC, AB and ED. RGB value is (172,171,237). Sum of RGB (Red+Green+Blue) = 172+171+237=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABED is #535412. Grayscale: #B2B2B2. Windows color (decimal): -5461011 or 15575980. OLE color: 15575980.
HSL color Cylindrical-coordinate representation of color #ACABED: hue angle of 240.91º degrees, saturation: 0.65, 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 #ACABED is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 171 | 237 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.07 |
| HSL | 240.91º | 0.65% | 0.8% | - |
| HSV(B) | 240.91º | 0.28% | 0.93% | - |
| XYZ | 46.86 | 44.01 | 86.15 | - |
| YUV | 178.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 237 | 0.27 | 0.28 | 0 | 0.07 | 240.91 | 0.65 | 0.8 |
| Hex | AC | AB | ED | 1B | 1C | 0 | 7 | F1 | 41 | 50 |
| Octal | 254 | 253 | 355 | 33 | 34 | 0 | 7 | 361 | 101 | 120 |
| Binary | 10101100 | 10101011 | 11101101 | 11011 | 11100 | 0 | 111 | 11110001 | 1000001 | 1010000 |
Color Harmonies of #ACABED
Complementary color
Monochromatic Colors of #ACABED
Black with #ACABED
Text Example
Text Example
White with #ACABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABED; }
p { color: rgb(172,171,237); }
H1.HeaderClassName
{
color: #ACABED;
}
.AnyTagClassName
{
color: #ACABED;
}
</style>
background-color css
<style>
a { background-color: #ACABED; }
a { background-color: rgb(172,171,237); }
div.DivClassName
{
background-color: #ACABED;
}
.BgClassName
{
background-color: #ACABED;
}
</style>
border-color css
<style>
span { border-color: #ACABED; }
span { border-color: rgb(172,171,237); }
td.TdClassName
{
border-color: #ACABED;
}
.TagClassName
{
border-color: #ACABED;
}
</style>