Shades of Perano #ACB5EE
Tints of Perano #ACB5EE
RGB
CMYK
RGB Variations
Color information
#ACB5EE (or 0xACB5EE) is known color: Perano. HEX triplet: AC, B5 and EE. RGB value is (172,181,238). Sum of RGB (Red+Green+Blue) = 172+181+238=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EE is #534A11. Grayscale: #B8B8B8. Windows color (decimal): -5458450 or 15644076. OLE color: 15644076.
HSL color Cylindrical-coordinate representation of color #ACB5EE: hue angle of 231.82º 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 #ACB5EE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 181 | 238 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.07 |
| HSL | 231.82º | 0.66% | 0.8% | - |
| HSV(B) | 231.82º | 0.28% | 0.93% | - |
| XYZ | 48.97 | 47.99 | 87.57 | - |
| YUV | 184.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 238 | 0.28 | 0.24 | 0 | 0.07 | 231.82 | 0.66 | 0.8 |
| Hex | AC | B5 | EE | 1C | 18 | 0 | 7 | E8 | 42 | 50 |
| Octal | 254 | 265 | 356 | 34 | 30 | 0 | 7 | 350 | 102 | 120 |
| Binary | 10101100 | 10110101 | 11101110 | 11100 | 11000 | 0 | 111 | 11101000 | 1000010 | 1010000 |
Color Harmonies of #ACB5EE
Complementary color
Monochromatic Colors of #ACB5EE
Black with #ACB5EE
Text Example
Text Example
White with #ACB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5EE; }
p { color: rgb(172,181,238); }
H1.HeaderClassName
{
color: #ACB5EE;
}
.AnyTagClassName
{
color: #ACB5EE;
}
</style>
background-color css
<style>
a { background-color: #ACB5EE; }
a { background-color: rgb(172,181,238); }
div.DivClassName
{
background-color: #ACB5EE;
}
.BgClassName
{
background-color: #ACB5EE;
}
</style>
border-color css
<style>
span { border-color: #ACB5EE; }
span { border-color: rgb(172,181,238); }
td.TdClassName
{
border-color: #ACB5EE;
}
.TagClassName
{
border-color: #ACB5EE;
}
</style>