Shades of Perano #ACBCFF
Tints of Perano #ACBCFF
RGB
CMYK
RGB Variations
Color information
#ACBCFF (or 0xACBCFF) is known color: Perano. HEX triplet: AC, BC and FF. RGB value is (172,188,255). Sum of RGB (Red+Green+Blue) = 172+188+255=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCFF is #534300. Grayscale: #BEBEBE. Windows color (decimal): -5456641 or 16759980. OLE color: 16759980.
HSL color Cylindrical-coordinate representation of color #ACBCFF: hue angle of 228.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBCFF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 188 | 255 | - |
| CMYK | 0.33 | 0.26 | 0 | 0 |
| HSL | 228.43º | 1% | 0.84% | - |
| HSV(B) | 228.43º | 0.33% | 1% | - |
| XYZ | 53.05 | 51.96 | 101.84 | - |
| YUV | 190.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 255 | 0.33 | 0.26 | 0 | 0 | 228.43 | 1 | 0.84 |
| Hex | AC | BC | FF | 21 | 1A | 0 | 0 | E4 | 64 | 54 |
| Octal | 254 | 274 | 377 | 41 | 32 | 0 | 0 | 344 | 144 | 124 |
| Binary | 10101100 | 10111100 | 11111111 | 100001 | 11010 | 0 | 0 | 11100100 | 1100100 | 1010100 |
Color Harmonies of #ACBCFF
Complementary color
Monochromatic Colors of #ACBCFF
Black with #ACBCFF
Text Example
Text Example
White with #ACBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBCFF; }
p { color: rgb(172,188,255); }
H1.HeaderClassName
{
color: #ACBCFF;
}
.AnyTagClassName
{
color: #ACBCFF;
}
</style>
background-color css
<style>
a { background-color: #ACBCFF; }
a { background-color: rgb(172,188,255); }
div.DivClassName
{
background-color: #ACBCFF;
}
.BgClassName
{
background-color: #ACBCFF;
}
</style>
border-color css
<style>
span { border-color: #ACBCFF; }
span { border-color: rgb(172,188,255); }
td.TdClassName
{
border-color: #ACBCFF;
}
.TagClassName
{
border-color: #ACBCFF;
}
</style>