Shades of Perano #ACABEF
Tints of Perano #ACABEF
RGB
CMYK
RGB Variations
Color information
#ACABEF (or 0xACABEF) is known color: Perano. HEX triplet: AC, AB and EF. RGB value is (172,171,239). Sum of RGB (Red+Green+Blue) = 172+171+239=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEF is #535410. Grayscale: #B2B2B2. Windows color (decimal): -5461009 or 15707052. OLE color: 15707052.
HSL color Cylindrical-coordinate representation of color #ACABEF: hue angle of 240.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACABEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 171 | 239 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 240.88º | 0.68% | 0.8% | - |
| HSV(B) | 240.88º | 0.28% | 0.94% | - |
| XYZ | 47.16 | 44.13 | 87.69 | - |
| YUV | 179.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 239 | 0.28 | 0.28 | 0 | 0.06 | 240.88 | 0.68 | 0.8 |
| Hex | AC | AB | EF | 1C | 1C | 0 | 6 | F1 | 44 | 50 |
| Octal | 254 | 253 | 357 | 34 | 34 | 0 | 6 | 361 | 104 | 120 |
| Binary | 10101100 | 10101011 | 11101111 | 11100 | 11100 | 0 | 110 | 11110001 | 1000100 | 1010000 |
Color Harmonies of #ACABEF
Complementary color
Monochromatic Colors of #ACABEF
Black with #ACABEF
Text Example
Text Example
White with #ACABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABEF; }
p { color: rgb(172,171,239); }
H1.HeaderClassName
{
color: #ACABEF;
}
.AnyTagClassName
{
color: #ACABEF;
}
</style>
background-color css
<style>
a { background-color: #ACABEF; }
a { background-color: rgb(172,171,239); }
div.DivClassName
{
background-color: #ACABEF;
}
.BgClassName
{
background-color: #ACABEF;
}
</style>
border-color css
<style>
span { border-color: #ACABEF; }
span { border-color: rgb(172,171,239); }
td.TdClassName
{
border-color: #ACABEF;
}
.TagClassName
{
border-color: #ACABEF;
}
</style>