Shades of Perano #ACB8DD
Tints of Perano #ACB8DD
RGB
CMYK
RGB Variations
Color information
#ACB8DD (or 0xACB8DD) is known color: Perano. HEX triplet: AC, B8 and DD. RGB value is (172,184,221). Sum of RGB (Red+Green+Blue) = 172+184+221=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8DD is #534722. Grayscale: #B8B8B8. Windows color (decimal): -5457699 or 14530732. OLE color: 14530732.
HSL color Cylindrical-coordinate representation of color #ACB8DD: hue angle of 225.31º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB8DD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 184 | 221 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 225.31º | 0.42% | 0.77% | - |
| HSV(B) | 225.31º | 0.22% | 0.87% | - |
| XYZ | 47.2 | 48.27 | 75.24 | - |
| YUV | 184.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 221 | 0.22 | 0.17 | 0 | 0.13 | 225.31 | 0.42 | 0.77 |
| Hex | AC | B8 | DD | 16 | 11 | 0 | D | E1 | 2A | 4D |
| Octal | 254 | 270 | 335 | 26 | 21 | 0 | 15 | 341 | 52 | 115 |
| Binary | 10101100 | 10111000 | 11011101 | 10110 | 10001 | 0 | 1101 | 11100001 | 101010 | 1001101 |
Color Harmonies of #ACB8DD
Complementary color
Monochromatic Colors of #ACB8DD
Black with #ACB8DD
Text Example
Text Example
White with #ACB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8DD; }
p { color: rgb(172,184,221); }
H1.HeaderClassName
{
color: #ACB8DD;
}
.AnyTagClassName
{
color: #ACB8DD;
}
</style>
background-color css
<style>
a { background-color: #ACB8DD; }
a { background-color: rgb(172,184,221); }
div.DivClassName
{
background-color: #ACB8DD;
}
.BgClassName
{
background-color: #ACB8DD;
}
</style>
border-color css
<style>
span { border-color: #ACB8DD; }
span { border-color: rgb(172,184,221); }
td.TdClassName
{
border-color: #ACB8DD;
}
.TagClassName
{
border-color: #ACB8DD;
}
</style>