Shades of Perano #ACB5D9
Tints of Perano #ACB5D9
RGB
CMYK
RGB Variations
Color information
#ACB5D9 (or 0xACB5D9) is known color: Perano. HEX triplet: AC, B5 and D9. RGB value is (172,181,217). Sum of RGB (Red+Green+Blue) = 172+181+217=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5D9 is #534A26. Grayscale: #B6B6B6. Windows color (decimal): -5458471 or 14267820. OLE color: 14267820.
HSL color Cylindrical-coordinate representation of color #ACB5D9: hue angle of 228º degrees, saturation: 0.37, 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 #ACB5D9 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 181 | 217 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.15 |
| HSL | 228º | 0.37% | 0.76% | - |
| HSV(B) | 228º | 0.21% | 0.85% | - |
| XYZ | 46.06 | 46.83 | 72.26 | - |
| YUV | 182.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 217 | 0.21 | 0.17 | 0 | 0.15 | 228 | 0.37 | 0.76 |
| Hex | AC | B5 | D9 | 15 | 11 | 0 | F | E4 | 25 | 4C |
| Octal | 254 | 265 | 331 | 25 | 21 | 0 | 17 | 344 | 45 | 114 |
| Binary | 10101100 | 10110101 | 11011001 | 10101 | 10001 | 0 | 1111 | 11100100 | 100101 | 1001100 |
Color Harmonies of #ACB5D9
Complementary color
Monochromatic Colors of #ACB5D9
Black with #ACB5D9
Text Example
Text Example
White with #ACB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5D9; }
p { color: rgb(172,181,217); }
H1.HeaderClassName
{
color: #ACB5D9;
}
.AnyTagClassName
{
color: #ACB5D9;
}
</style>
background-color css
<style>
a { background-color: #ACB5D9; }
a { background-color: rgb(172,181,217); }
div.DivClassName
{
background-color: #ACB5D9;
}
.BgClassName
{
background-color: #ACB5D9;
}
</style>
border-color css
<style>
span { border-color: #ACB5D9; }
span { border-color: rgb(172,181,217); }
td.TdClassName
{
border-color: #ACB5D9;
}
.TagClassName
{
border-color: #ACB5D9;
}
</style>