Shades of Perano #ACABEE
Tints of Perano #ACABEE
RGB
CMYK
RGB Variations
Color information
#ACABEE (or 0xACABEE) is known color: Perano. HEX triplet: AC, AB and EE. RGB value is (172,171,238). Sum of RGB (Red+Green+Blue) = 172+171+238=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABEE is #535411. Grayscale: #B2B2B2. Windows color (decimal): -5461010 or 15641516. OLE color: 15641516.
HSL color Cylindrical-coordinate representation of color #ACABEE: hue angle of 240.9º degrees, saturation: 0.66, 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 #ACABEE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 171 | 238 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.07 |
| HSL | 240.9º | 0.66% | 0.8% | - |
| HSV(B) | 240.9º | 0.28% | 0.93% | - |
| XYZ | 47.01 | 44.07 | 86.92 | - |
| YUV | 178.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 238 | 0.28 | 0.28 | 0 | 0.07 | 240.9 | 0.66 | 0.8 |
| Hex | AC | AB | EE | 1C | 1C | 0 | 7 | F1 | 42 | 50 |
| Octal | 254 | 253 | 356 | 34 | 34 | 0 | 7 | 361 | 102 | 120 |
| Binary | 10101100 | 10101011 | 11101110 | 11100 | 11100 | 0 | 111 | 11110001 | 1000010 | 1010000 |
Color Harmonies of #ACABEE
Complementary color
Monochromatic Colors of #ACABEE
Black with #ACABEE
Text Example
Text Example
White with #ACABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABEE; }
p { color: rgb(172,171,238); }
H1.HeaderClassName
{
color: #ACABEE;
}
.AnyTagClassName
{
color: #ACABEE;
}
</style>
background-color css
<style>
a { background-color: #ACABEE; }
a { background-color: rgb(172,171,238); }
div.DivClassName
{
background-color: #ACABEE;
}
.BgClassName
{
background-color: #ACABEE;
}
</style>
border-color css
<style>
span { border-color: #ACABEE; }
span { border-color: rgb(172,171,238); }
td.TdClassName
{
border-color: #ACABEE;
}
.TagClassName
{
border-color: #ACABEE;
}
</style>