Shades of Perano #ACACEE
Tints of Perano #ACACEE
RGB
CMYK
RGB Variations
Color information
#ACACEE (or 0xACACEE) is known color: Perano. HEX triplet: AC, AC and EE. RGB value is (172,172,238). Sum of RGB (Red+Green+Blue) = 172+172+238=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACEE is #535311. Grayscale: #B3B3B3. Windows color (decimal): -5460754 or 15641772. OLE color: 15641772.
HSL color Cylindrical-coordinate representation of color #ACACEE: hue angle of 240º 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 #ACACEE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 172 | 238 | - |
CMYK | 0.28 | 0.28 | 0 | 0.07 |
HSL | 240º | 0.66% | 0.8% | - |
HSV(B) | 240º | 0.28% | 0.93% | - |
XYZ | 47.2 | 44.45 | 86.98 | - |
YUV | 179.52 | 161 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 238 | 0.28 | 0.28 | 0 | 0.07 | 240 | 0.66 | 0.8 |
Hex | AC | AC | EE | 1C | 1C | 0 | 7 | F0 | 42 | 50 |
Octal | 254 | 254 | 356 | 34 | 34 | 0 | 7 | 360 | 102 | 120 |
Binary | 10101100 | 10101100 | 11101110 | 11100 | 11100 | 0 | 111 | 11110000 | 1000010 | 1010000 |
Color Harmonies of #ACACEE
Complementary color
Monochromatic Colors of #ACACEE
Black with #ACACEE
Text Example
Text Example
White with #ACACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACEE; }
p { color: rgb(172,172,238); }
H1.HeaderClassName
{
color: #ACACEE;
}
.AnyTagClassName
{
color: #ACACEE;
}
</style>
background-color css
<style>
a { background-color: #ACACEE; }
a { background-color: rgb(172,172,238); }
div.DivClassName
{
background-color: #ACACEE;
}
.BgClassName
{
background-color: #ACACEE;
}
</style>
border-color css
<style>
span { border-color: #ACACEE; }
span { border-color: rgb(172,172,238); }
td.TdClassName
{
border-color: #ACACEE;
}
.TagClassName
{
border-color: #ACACEE;
}
</style>