Shades of Perano #ACBCFC
Tints of Perano #ACBCFC
RGB
CMYK
RGB Variations
Color information
#ACBCFC (or 0xACBCFC) is known color: Perano. HEX triplet: AC, BC and FC. RGB value is (172,188,252). Sum of RGB (Red+Green+Blue) = 172+188+252=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACBCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCFC is #534303. Grayscale: #BEBEBE. Windows color (decimal): -5456644 or 16563372. OLE color: 16563372.
HSL color Cylindrical-coordinate representation of color #ACBCFC: hue angle of 228º 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 #ACBCFC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 188 | 252 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 228º | 0.93% | 0.83% | - |
| HSV(B) | 228º | 0.32% | 0.99% | - |
| XYZ | 52.57 | 51.77 | 99.32 | - |
| YUV | 190.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 252 | 0.32 | 0.25 | 0 | 0.01 | 228 | 0.93 | 0.83 |
| Hex | AC | BC | FC | 20 | 19 | 0 | 1 | E4 | 5D | 53 |
| Octal | 254 | 274 | 374 | 40 | 31 | 0 | 1 | 344 | 135 | 123 |
| Binary | 10101100 | 10111100 | 11111100 | 100000 | 11001 | 0 | 1 | 11100100 | 1011101 | 1010011 |
Color Harmonies of #ACBCFC
Complementary color
Monochromatic Colors of #ACBCFC
Black with #ACBCFC
Text Example
Text Example
White with #ACBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBCFC; }
p { color: rgb(172,188,252); }
H1.HeaderClassName
{
color: #ACBCFC;
}
.AnyTagClassName
{
color: #ACBCFC;
}
</style>
background-color css
<style>
a { background-color: #ACBCFC; }
a { background-color: rgb(172,188,252); }
div.DivClassName
{
background-color: #ACBCFC;
}
.BgClassName
{
background-color: #ACBCFC;
}
</style>
border-color css
<style>
span { border-color: #ACBCFC; }
span { border-color: rgb(172,188,252); }
td.TdClassName
{
border-color: #ACBCFC;
}
.TagClassName
{
border-color: #ACBCFC;
}
</style>