Shades of Perano #ACB3DC
Tints of Perano #ACB3DC
RGB
CMYK
RGB Variations
Color information
#ACB3DC (or 0xACB3DC) is known color: Perano. HEX triplet: AC, B3 and DC. RGB value is (172,179,220). Sum of RGB (Red+Green+Blue) = 172+179+220=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DC is #534C23. Grayscale: #B5B5B5. Windows color (decimal): -5458980 or 14463916. OLE color: 14463916.
HSL color Cylindrical-coordinate representation of color #ACB3DC: hue angle of 231.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB3DC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 179 | 220 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.14 |
| HSL | 231.25º | 0.41% | 0.77% | - |
| HSV(B) | 231.25º | 0.22% | 0.86% | - |
| XYZ | 46.05 | 46.18 | 74.2 | - |
| YUV | 181.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 220 | 0.22 | 0.19 | 0 | 0.14 | 231.25 | 0.41 | 0.77 |
| Hex | AC | B3 | DC | 16 | 13 | 0 | E | E7 | 29 | 4D |
| Octal | 254 | 263 | 334 | 26 | 23 | 0 | 16 | 347 | 51 | 115 |
| Binary | 10101100 | 10110011 | 11011100 | 10110 | 10011 | 0 | 1110 | 11100111 | 101001 | 1001101 |
Color Harmonies of #ACB3DC
Complementary color
Monochromatic Colors of #ACB3DC
Black with #ACB3DC
Text Example
Text Example
White with #ACB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3DC; }
p { color: rgb(172,179,220); }
H1.HeaderClassName
{
color: #ACB3DC;
}
.AnyTagClassName
{
color: #ACB3DC;
}
</style>
background-color css
<style>
a { background-color: #ACB3DC; }
a { background-color: rgb(172,179,220); }
div.DivClassName
{
background-color: #ACB3DC;
}
.BgClassName
{
background-color: #ACB3DC;
}
</style>
border-color css
<style>
span { border-color: #ACB3DC; }
span { border-color: rgb(172,179,220); }
td.TdClassName
{
border-color: #ACB3DC;
}
.TagClassName
{
border-color: #ACB3DC;
}
</style>