Shades of Perano #ACBAFC
Tints of Perano #ACBAFC
RGB
CMYK
RGB Variations
Color information
#ACBAFC (or 0xACBAFC) is known color: Perano. HEX triplet: AC, BA and FC. RGB value is (172,186,252). Sum of RGB (Red+Green+Blue) = 172+186+252=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAFC is #534503. Grayscale: #BDBDBD. Windows color (decimal): -5457156 or 16562860. OLE color: 16562860.
HSL color Cylindrical-coordinate representation of color #ACBAFC: hue angle of 229.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACBAFC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 186 | 252 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.01 |
| HSL | 229.5º | 0.93% | 0.83% | - |
| HSV(B) | 229.5º | 0.32% | 0.99% | - |
| XYZ | 52.14 | 50.92 | 99.18 | - |
| YUV | 189.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 252 | 0.32 | 0.26 | 0 | 0.01 | 229.5 | 0.93 | 0.83 |
| Hex | AC | BA | FC | 20 | 1A | 0 | 1 | E6 | 5D | 53 |
| Octal | 254 | 272 | 374 | 40 | 32 | 0 | 1 | 346 | 135 | 123 |
| Binary | 10101100 | 10111010 | 11111100 | 100000 | 11010 | 0 | 1 | 11100110 | 1011101 | 1010011 |
Color Harmonies of #ACBAFC
Complementary color
Monochromatic Colors of #ACBAFC
Black with #ACBAFC
Text Example
Text Example
White with #ACBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAFC; }
p { color: rgb(172,186,252); }
H1.HeaderClassName
{
color: #ACBAFC;
}
.AnyTagClassName
{
color: #ACBAFC;
}
</style>
background-color css
<style>
a { background-color: #ACBAFC; }
a { background-color: rgb(172,186,252); }
div.DivClassName
{
background-color: #ACBAFC;
}
.BgClassName
{
background-color: #ACBAFC;
}
</style>
border-color css
<style>
span { border-color: #ACBAFC; }
span { border-color: rgb(172,186,252); }
td.TdClassName
{
border-color: #ACBAFC;
}
.TagClassName
{
border-color: #ACBAFC;
}
</style>