Shades of Perano #ACB6DA
Tints of Perano #ACB6DA
RGB
CMYK
RGB Variations
Color information
#ACB6DA (or 0xACB6DA) is known color: Perano. HEX triplet: AC, B6 and DA. RGB value is (172,182,218). Sum of RGB (Red+Green+Blue) = 172+182+218=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6DA is #534925. Grayscale: #B6B6B6. Windows color (decimal): -5458214 or 14333612. OLE color: 14333612.
HSL color Cylindrical-coordinate representation of color #ACB6DA: hue angle of 226.96º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB6DA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 182 | 218 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.15 |
| HSL | 226.96º | 0.38% | 0.76% | - |
| HSV(B) | 226.96º | 0.21% | 0.85% | - |
| XYZ | 46.4 | 47.29 | 73.01 | - |
| YUV | 183.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 218 | 0.21 | 0.17 | 0 | 0.15 | 226.96 | 0.38 | 0.76 |
| Hex | AC | B6 | DA | 15 | 11 | 0 | F | E3 | 26 | 4C |
| Octal | 254 | 266 | 332 | 25 | 21 | 0 | 17 | 343 | 46 | 114 |
| Binary | 10101100 | 10110110 | 11011010 | 10101 | 10001 | 0 | 1111 | 11100011 | 100110 | 1001100 |
Color Harmonies of #ACB6DA
Complementary color
Monochromatic Colors of #ACB6DA
Black with #ACB6DA
Text Example
Text Example
White with #ACB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6DA; }
p { color: rgb(172,182,218); }
H1.HeaderClassName
{
color: #ACB6DA;
}
.AnyTagClassName
{
color: #ACB6DA;
}
</style>
background-color css
<style>
a { background-color: #ACB6DA; }
a { background-color: rgb(172,182,218); }
div.DivClassName
{
background-color: #ACB6DA;
}
.BgClassName
{
background-color: #ACB6DA;
}
</style>
border-color css
<style>
span { border-color: #ACB6DA; }
span { border-color: rgb(172,182,218); }
td.TdClassName
{
border-color: #ACB6DA;
}
.TagClassName
{
border-color: #ACB6DA;
}
</style>