Shades of Perano #ACBCDF
Tints of Perano #ACBCDF
RGB
CMYK
RGB Variations
Color information
#ACBCDF (or 0xACBCDF) is known color: Perano. HEX triplet: AC, BC and DF. RGB value is (172,188,223). Sum of RGB (Red+Green+Blue) = 172+188+223=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCDF is #534320. Grayscale: #BBBBBB. Windows color (decimal): -5456673 or 14662828. OLE color: 14662828.
HSL color Cylindrical-coordinate representation of color #ACBCDF: hue angle of 221.18º 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 #ACBCDF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 188 | 223 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.13 |
| HSL | 221.18º | 0.44% | 0.77% | - |
| HSV(B) | 221.18º | 0.23% | 0.87% | - |
| XYZ | 48.32 | 50.06 | 76.93 | - |
| YUV | 187.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 223 | 0.23 | 0.16 | 0 | 0.13 | 221.18 | 0.44 | 0.77 |
| Hex | AC | BC | DF | 17 | 10 | 0 | D | DD | 2C | 4D |
| Octal | 254 | 274 | 337 | 27 | 20 | 0 | 15 | 335 | 54 | 115 |
| Binary | 10101100 | 10111100 | 11011111 | 10111 | 10000 | 0 | 1101 | 11011101 | 101100 | 1001101 |
Color Harmonies of #ACBCDF
Complementary color
Monochromatic Colors of #ACBCDF
Black with #ACBCDF
Text Example
Text Example
White with #ACBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBCDF; }
p { color: rgb(172,188,223); }
H1.HeaderClassName
{
color: #ACBCDF;
}
.AnyTagClassName
{
color: #ACBCDF;
}
</style>
background-color css
<style>
a { background-color: #ACBCDF; }
a { background-color: rgb(172,188,223); }
div.DivClassName
{
background-color: #ACBCDF;
}
.BgClassName
{
background-color: #ACBCDF;
}
</style>
border-color css
<style>
span { border-color: #ACBCDF; }
span { border-color: rgb(172,188,223); }
td.TdClassName
{
border-color: #ACBCDF;
}
.TagClassName
{
border-color: #ACBCDF;
}
</style>