Shades of Perano #ACB5DF
Tints of Perano #ACB5DF
RGB
CMYK
RGB Variations
Color information
#ACB5DF (or 0xACB5DF) is known color: Perano. HEX triplet: AC, B5 and DF. RGB value is (172,181,223). Sum of RGB (Red+Green+Blue) = 172+181+223=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DF is #534A20. Grayscale: #B6B6B6. Windows color (decimal): -5458465 or 14661036. OLE color: 14661036.
HSL color Cylindrical-coordinate representation of color #ACB5DF: hue angle of 229.41º 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 #ACB5DF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 181 | 223 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.13 |
| HSL | 229.41º | 0.44% | 0.77% | - |
| HSV(B) | 229.41º | 0.23% | 0.87% | - |
| XYZ | 46.86 | 47.15 | 76.44 | - |
| YUV | 183.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 223 | 0.23 | 0.19 | 0 | 0.13 | 229.41 | 0.44 | 0.77 |
| Hex | AC | B5 | DF | 17 | 13 | 0 | D | E5 | 2C | 4D |
| Octal | 254 | 265 | 337 | 27 | 23 | 0 | 15 | 345 | 54 | 115 |
| Binary | 10101100 | 10110101 | 11011111 | 10111 | 10011 | 0 | 1101 | 11100101 | 101100 | 1001101 |
Color Harmonies of #ACB5DF
Complementary color
Monochromatic Colors of #ACB5DF
Black with #ACB5DF
Text Example
Text Example
White with #ACB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5DF; }
p { color: rgb(172,181,223); }
H1.HeaderClassName
{
color: #ACB5DF;
}
.AnyTagClassName
{
color: #ACB5DF;
}
</style>
background-color css
<style>
a { background-color: #ACB5DF; }
a { background-color: rgb(172,181,223); }
div.DivClassName
{
background-color: #ACB5DF;
}
.BgClassName
{
background-color: #ACB5DF;
}
</style>
border-color css
<style>
span { border-color: #ACB5DF; }
span { border-color: rgb(172,181,223); }
td.TdClassName
{
border-color: #ACB5DF;
}
.TagClassName
{
border-color: #ACB5DF;
}
</style>