Shades of Perano #ACB3E5
Tints of Perano #ACB3E5
RGB
CMYK
RGB Variations
Color information
#ACB3E5 (or 0xACB3E5) is known color: Perano. HEX triplet: AC, B3 and E5. RGB value is (172,179,229). Sum of RGB (Red+Green+Blue) = 172+179+229=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3E5 is #534C1A. Grayscale: #B6B6B6. Windows color (decimal): -5458971 or 15053740. OLE color: 15053740.
HSL color Cylindrical-coordinate representation of color #ACB3E5: hue angle of 232.63º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB3E5 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 179 | 229 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.10 |
| HSL | 232.63º | 0.52% | 0.79% | - |
| HSV(B) | 232.63º | 0.25% | 0.9% | - |
| XYZ | 47.28 | 46.67 | 80.64 | - |
| YUV | 182.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 229 | 0.25 | 0.22 | 0 | 0.10 | 232.63 | 0.52 | 0.79 |
| Hex | AC | B3 | E5 | 19 | 16 | 0 | A | E9 | 34 | 4F |
| Octal | 254 | 263 | 345 | 31 | 26 | 0 | 12 | 351 | 64 | 117 |
| Binary | 10101100 | 10110011 | 11100101 | 11001 | 10110 | 0 | 1010 | 11101001 | 110100 | 1001111 |
Color Harmonies of #ACB3E5
Complementary color
Monochromatic Colors of #ACB3E5
Black with #ACB3E5
Text Example
Text Example
White with #ACB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3E5; }
p { color: rgb(172,179,229); }
H1.HeaderClassName
{
color: #ACB3E5;
}
.AnyTagClassName
{
color: #ACB3E5;
}
</style>
background-color css
<style>
a { background-color: #ACB3E5; }
a { background-color: rgb(172,179,229); }
div.DivClassName
{
background-color: #ACB3E5;
}
.BgClassName
{
background-color: #ACB3E5;
}
</style>
border-color css
<style>
span { border-color: #ACB3E5; }
span { border-color: rgb(172,179,229); }
td.TdClassName
{
border-color: #ACB3E5;
}
.TagClassName
{
border-color: #ACB3E5;
}
</style>