Shades of Perano #ACBADC
Tints of Perano #ACBADC
RGB
CMYK
RGB Variations
Color information
#ACBADC (or 0xACBADC) is known color: Perano. HEX triplet: AC, BA and DC. RGB value is (172,186,220). Sum of RGB (Red+Green+Blue) = 172+186+220=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBADC is #534523. Grayscale: #B9B9B9. Windows color (decimal): -5457188 or 14465708. OLE color: 14465708.
HSL color Cylindrical-coordinate representation of color #ACBADC: hue angle of 222.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBADC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 186 | 220 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.14 |
| HSL | 222.5º | 0.41% | 0.77% | - |
| HSV(B) | 222.5º | 0.22% | 0.86% | - |
| XYZ | 47.49 | 49.06 | 74.68 | - |
| YUV | 185.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 220 | 0.22 | 0.15 | 0 | 0.14 | 222.5 | 0.41 | 0.77 |
| Hex | AC | BA | DC | 16 | F | 0 | E | DE | 29 | 4D |
| Octal | 254 | 272 | 334 | 26 | 17 | 0 | 16 | 336 | 51 | 115 |
| Binary | 10101100 | 10111010 | 11011100 | 10110 | 1111 | 0 | 1110 | 11011110 | 101001 | 1001101 |
Color Harmonies of #ACBADC
Complementary color
Monochromatic Colors of #ACBADC
Black with #ACBADC
Text Example
Text Example
White with #ACBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBADC; }
p { color: rgb(172,186,220); }
H1.HeaderClassName
{
color: #ACBADC;
}
.AnyTagClassName
{
color: #ACBADC;
}
</style>
background-color css
<style>
a { background-color: #ACBADC; }
a { background-color: rgb(172,186,220); }
div.DivClassName
{
background-color: #ACBADC;
}
.BgClassName
{
background-color: #ACBADC;
}
</style>
border-color css
<style>
span { border-color: #ACBADC; }
span { border-color: rgb(172,186,220); }
td.TdClassName
{
border-color: #ACBADC;
}
.TagClassName
{
border-color: #ACBADC;
}
</style>