Shades of Perano #ACB7DF
Tints of Perano #ACB7DF
RGB
CMYK
RGB Variations
Color information
#ACB7DF (or 0xACB7DF) is known color: Perano. HEX triplet: AC, B7 and DF. RGB value is (172,183,223). Sum of RGB (Red+Green+Blue) = 172+183+223=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DF is #534820. Grayscale: #B8B8B8. Windows color (decimal): -5457953 or 14661548. OLE color: 14661548.
HSL color Cylindrical-coordinate representation of color #ACB7DF: hue angle of 227.06º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB7DF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 183 | 223 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.13 |
| HSL | 227.06º | 0.44% | 0.77% | - |
| HSV(B) | 227.06º | 0.23% | 0.87% | - |
| XYZ | 47.27 | 47.97 | 76.58 | - |
| YUV | 184.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 223 | 0.23 | 0.18 | 0 | 0.13 | 227.06 | 0.44 | 0.77 |
| Hex | AC | B7 | DF | 17 | 12 | 0 | D | E3 | 2C | 4D |
| Octal | 254 | 267 | 337 | 27 | 22 | 0 | 15 | 343 | 54 | 115 |
| Binary | 10101100 | 10110111 | 11011111 | 10111 | 10010 | 0 | 1101 | 11100011 | 101100 | 1001101 |
Color Harmonies of #ACB7DF
Complementary color
Monochromatic Colors of #ACB7DF
Black with #ACB7DF
Text Example
Text Example
White with #ACB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7DF; }
p { color: rgb(172,183,223); }
H1.HeaderClassName
{
color: #ACB7DF;
}
.AnyTagClassName
{
color: #ACB7DF;
}
</style>
background-color css
<style>
a { background-color: #ACB7DF; }
a { background-color: rgb(172,183,223); }
div.DivClassName
{
background-color: #ACB7DF;
}
.BgClassName
{
background-color: #ACB7DF;
}
</style>
border-color css
<style>
span { border-color: #ACB7DF; }
span { border-color: rgb(172,183,223); }
td.TdClassName
{
border-color: #ACB7DF;
}
.TagClassName
{
border-color: #ACB7DF;
}
</style>