Shades of Perano #ACB3DB
Tints of Perano #ACB3DB
RGB
CMYK
RGB Variations
Color information
#ACB3DB (or 0xACB3DB) is known color: Perano. HEX triplet: AC, B3 and DB. RGB value is (172,179,219). Sum of RGB (Red+Green+Blue) = 172+179+219=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3DB is #534C24. Grayscale: #B5B5B5. Windows color (decimal): -5458981 or 14398380. OLE color: 14398380.
HSL color Cylindrical-coordinate representation of color #ACB3DB: hue angle of 231.06º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB3DB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 179 | 219 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.14 |
| HSL | 231.06º | 0.39% | 0.77% | - |
| HSV(B) | 231.06º | 0.21% | 0.86% | - |
| XYZ | 45.92 | 46.13 | 73.5 | - |
| YUV | 181.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 219 | 0.21 | 0.18 | 0 | 0.14 | 231.06 | 0.39 | 0.77 |
| Hex | AC | B3 | DB | 15 | 12 | 0 | E | E7 | 27 | 4D |
| Octal | 254 | 263 | 333 | 25 | 22 | 0 | 16 | 347 | 47 | 115 |
| Binary | 10101100 | 10110011 | 11011011 | 10101 | 10010 | 0 | 1110 | 11100111 | 100111 | 1001101 |
Color Harmonies of #ACB3DB
Complementary color
Monochromatic Colors of #ACB3DB
Black with #ACB3DB
Text Example
Text Example
White with #ACB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3DB; }
p { color: rgb(172,179,219); }
H1.HeaderClassName
{
color: #ACB3DB;
}
.AnyTagClassName
{
color: #ACB3DB;
}
</style>
background-color css
<style>
a { background-color: #ACB3DB; }
a { background-color: rgb(172,179,219); }
div.DivClassName
{
background-color: #ACB3DB;
}
.BgClassName
{
background-color: #ACB3DB;
}
</style>
border-color css
<style>
span { border-color: #ACB3DB; }
span { border-color: rgb(172,179,219); }
td.TdClassName
{
border-color: #ACB3DB;
}
.TagClassName
{
border-color: #ACB3DB;
}
</style>