Shades of Perano #ACB4DB
Tints of Perano #ACB4DB
RGB
CMYK
RGB Variations
Color information
#ACB4DB (or 0xACB4DB) is known color: Perano. HEX triplet: AC, B4 and DB. RGB value is (172,180,219). Sum of RGB (Red+Green+Blue) = 172+180+219=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DB is #534B24. Grayscale: #B5B5B5. Windows color (decimal): -5458725 or 14398636. OLE color: 14398636.
HSL color Cylindrical-coordinate representation of color #ACB4DB: hue angle of 229.79º 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 #ACB4DB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 180 | 219 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.14 |
| HSL | 229.79º | 0.39% | 0.77% | - |
| HSV(B) | 229.79º | 0.21% | 0.86% | - |
| XYZ | 46.12 | 46.53 | 73.57 | - |
| YUV | 182.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 219 | 0.21 | 0.18 | 0 | 0.14 | 229.79 | 0.39 | 0.77 |
| Hex | AC | B4 | DB | 15 | 12 | 0 | E | E6 | 27 | 4D |
| Octal | 254 | 264 | 333 | 25 | 22 | 0 | 16 | 346 | 47 | 115 |
| Binary | 10101100 | 10110100 | 11011011 | 10101 | 10010 | 0 | 1110 | 11100110 | 100111 | 1001101 |
Color Harmonies of #ACB4DB
Complementary color
Monochromatic Colors of #ACB4DB
Black with #ACB4DB
Text Example
Text Example
White with #ACB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4DB; }
p { color: rgb(172,180,219); }
H1.HeaderClassName
{
color: #ACB4DB;
}
.AnyTagClassName
{
color: #ACB4DB;
}
</style>
background-color css
<style>
a { background-color: #ACB4DB; }
a { background-color: rgb(172,180,219); }
div.DivClassName
{
background-color: #ACB4DB;
}
.BgClassName
{
background-color: #ACB4DB;
}
</style>
border-color css
<style>
span { border-color: #ACB4DB; }
span { border-color: rgb(172,180,219); }
td.TdClassName
{
border-color: #ACB4DB;
}
.TagClassName
{
border-color: #ACB4DB;
}
</style>