Shades of Perano #ACBADF
Tints of Perano #ACBADF
RGB
CMYK
RGB Variations
Color information
#ACBADF (or 0xACBADF) is known color: Perano. HEX triplet: AC, BA and DF. RGB value is (172,186,223). Sum of RGB (Red+Green+Blue) = 172+186+223=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBADF is #534520. Grayscale: #B9B9B9. Windows color (decimal): -5457185 or 14662316. OLE color: 14662316.
HSL color Cylindrical-coordinate representation of color #ACBADF: hue angle of 223.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBADF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 186 | 223 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.13 |
| HSL | 223.53º | 0.44% | 0.77% | - |
| HSV(B) | 223.53º | 0.23% | 0.87% | - |
| XYZ | 47.89 | 49.22 | 76.79 | - |
| YUV | 186.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 223 | 0.23 | 0.17 | 0 | 0.13 | 223.53 | 0.44 | 0.77 |
| Hex | AC | BA | DF | 17 | 11 | 0 | D | E0 | 2C | 4D |
| Octal | 254 | 272 | 337 | 27 | 21 | 0 | 15 | 340 | 54 | 115 |
| Binary | 10101100 | 10111010 | 11011111 | 10111 | 10001 | 0 | 1101 | 11100000 | 101100 | 1001101 |
Color Harmonies of #ACBADF
Complementary color
Monochromatic Colors of #ACBADF
Black with #ACBADF
Text Example
Text Example
White with #ACBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBADF; }
p { color: rgb(172,186,223); }
H1.HeaderClassName
{
color: #ACBADF;
}
.AnyTagClassName
{
color: #ACBADF;
}
</style>
background-color css
<style>
a { background-color: #ACBADF; }
a { background-color: rgb(172,186,223); }
div.DivClassName
{
background-color: #ACBADF;
}
.BgClassName
{
background-color: #ACBADF;
}
</style>
border-color css
<style>
span { border-color: #ACBADF; }
span { border-color: rgb(172,186,223); }
td.TdClassName
{
border-color: #ACBADF;
}
.TagClassName
{
border-color: #ACBADF;
}
</style>