Shades of Perano #ACB1D9
Tints of Perano #ACB1D9
RGB
CMYK
RGB Variations
Color information
#ACB1D9 (or 0xACB1D9) is known color: Perano. HEX triplet: AC, B1 and D9. RGB value is (172,177,217). Sum of RGB (Red+Green+Blue) = 172+177+217=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACB1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1D9 is #534E26. Grayscale: #B3B3B3. Windows color (decimal): -5459495 or 14266796. OLE color: 14266796.
HSL color Cylindrical-coordinate representation of color #ACB1D9: hue angle of 233.33º 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 #ACB1D9 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 177 | 217 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.15 |
| HSL | 233.33º | 0.37% | 0.76% | - |
| HSV(B) | 233.33º | 0.21% | 0.85% | - |
| XYZ | 45.26 | 45.22 | 71.99 | - |
| YUV | 180.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 217 | 0.21 | 0.18 | 0 | 0.15 | 233.33 | 0.37 | 0.76 |
| Hex | AC | B1 | D9 | 15 | 12 | 0 | F | E9 | 25 | 4C |
| Octal | 254 | 261 | 331 | 25 | 22 | 0 | 17 | 351 | 45 | 114 |
| Binary | 10101100 | 10110001 | 11011001 | 10101 | 10010 | 0 | 1111 | 11101001 | 100101 | 1001100 |
Color Harmonies of #ACB1D9
Complementary color
Monochromatic Colors of #ACB1D9
Black with #ACB1D9
Text Example
Text Example
White with #ACB1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1D9; }
p { color: rgb(172,177,217); }
H1.HeaderClassName
{
color: #ACB1D9;
}
.AnyTagClassName
{
color: #ACB1D9;
}
</style>
background-color css
<style>
a { background-color: #ACB1D9; }
a { background-color: rgb(172,177,217); }
div.DivClassName
{
background-color: #ACB1D9;
}
.BgClassName
{
background-color: #ACB1D9;
}
</style>
border-color css
<style>
span { border-color: #ACB1D9; }
span { border-color: rgb(172,177,217); }
td.TdClassName
{
border-color: #ACB1D9;
}
.TagClassName
{
border-color: #ACB1D9;
}
</style>