Shades of Perano #ACB4DD
Tints of Perano #ACB4DD
RGB
CMYK
RGB Variations
Color information
#ACB4DD (or 0xACB4DD) is known color: Perano. HEX triplet: AC, B4 and DD. RGB value is (172,180,221). Sum of RGB (Red+Green+Blue) = 172+180+221=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4DD is #534B22. Grayscale: #B6B6B6. Windows color (decimal): -5458723 or 14529708. OLE color: 14529708.
HSL color Cylindrical-coordinate representation of color #ACB4DD: hue angle of 230.2º 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 #ACB4DD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 180 | 221 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.13 |
| HSL | 230.2º | 0.42% | 0.77% | - |
| HSV(B) | 230.2º | 0.22% | 0.87% | - |
| XYZ | 46.39 | 46.63 | 74.96 | - |
| YUV | 182.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 221 | 0.22 | 0.19 | 0 | 0.13 | 230.2 | 0.42 | 0.77 |
| Hex | AC | B4 | DD | 16 | 13 | 0 | D | E6 | 2A | 4D |
| Octal | 254 | 264 | 335 | 26 | 23 | 0 | 15 | 346 | 52 | 115 |
| Binary | 10101100 | 10110100 | 11011101 | 10110 | 10011 | 0 | 1101 | 11100110 | 101010 | 1001101 |
Color Harmonies of #ACB4DD
Complementary color
Monochromatic Colors of #ACB4DD
Black with #ACB4DD
Text Example
Text Example
White with #ACB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4DD; }
p { color: rgb(172,180,221); }
H1.HeaderClassName
{
color: #ACB4DD;
}
.AnyTagClassName
{
color: #ACB4DD;
}
</style>
background-color css
<style>
a { background-color: #ACB4DD; }
a { background-color: rgb(172,180,221); }
div.DivClassName
{
background-color: #ACB4DD;
}
.BgClassName
{
background-color: #ACB4DD;
}
</style>
border-color css
<style>
span { border-color: #ACB4DD; }
span { border-color: rgb(172,180,221); }
td.TdClassName
{
border-color: #ACB4DD;
}
.TagClassName
{
border-color: #ACB4DD;
}
</style>