Shades of Perano #ACB7DC
Tints of Perano #ACB7DC
RGB
CMYK
RGB Variations
Color information
#ACB7DC (or 0xACB7DC) is known color: Perano. HEX triplet: AC, B7 and DC. RGB value is (172,183,220). Sum of RGB (Red+Green+Blue) = 172+183+220=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DC is #534823. Grayscale: #B7B7B7. Windows color (decimal): -5457956 or 14464940. OLE color: 14464940.
HSL color Cylindrical-coordinate representation of color #ACB7DC: hue angle of 226.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 #ACB7DC is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 183 | 220 | - |
CMYK | 0.22 | 0.17 | 0 | 0.14 |
HSL | 226.25º | 0.41% | 0.77% | - |
HSV(B) | 226.25º | 0.22% | 0.86% | - |
XYZ | 46.87 | 47.8 | 74.47 | - |
YUV | 183.93 | 148.36 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 220 | 0.22 | 0.17 | 0 | 0.14 | 226.25 | 0.41 | 0.77 |
Hex | AC | B7 | DC | 16 | 11 | 0 | E | E2 | 29 | 4D |
Octal | 254 | 267 | 334 | 26 | 21 | 0 | 16 | 342 | 51 | 115 |
Binary | 10101100 | 10110111 | 11011100 | 10110 | 10001 | 0 | 1110 | 11100010 | 101001 | 1001101 |
Color Harmonies of #ACB7DC
Complementary color
Monochromatic Colors of #ACB7DC
Black with #ACB7DC
Text Example
Text Example
White with #ACB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7DC; }
p { color: rgb(172,183,220); }
H1.HeaderClassName
{
color: #ACB7DC;
}
.AnyTagClassName
{
color: #ACB7DC;
}
</style>
background-color css
<style>
a { background-color: #ACB7DC; }
a { background-color: rgb(172,183,220); }
div.DivClassName
{
background-color: #ACB7DC;
}
.BgClassName
{
background-color: #ACB7DC;
}
</style>
border-color css
<style>
span { border-color: #ACB7DC; }
span { border-color: rgb(172,183,220); }
td.TdClassName
{
border-color: #ACB7DC;
}
.TagClassName
{
border-color: #ACB7DC;
}
</style>