Shades of Perano #ACB3F0
Tints of Perano #ACB3F0
RGB
CMYK
RGB Variations
Color information
#ACB3F0 (or 0xACB3F0) is known color: Perano. HEX triplet: AC, B3 and F0. RGB value is (172,179,240). Sum of RGB (Red+Green+Blue) = 172+179+240=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3F0 is #534C0F. Grayscale: #B7B7B7. Windows color (decimal): -5458960 or 15774636. OLE color: 15774636.
HSL color Cylindrical-coordinate representation of color #ACB3F0: hue angle of 233.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB3F0 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 179 | 240 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.06 |
| HSL | 233.82º | 0.69% | 0.81% | - |
| HSV(B) | 233.82º | 0.28% | 0.94% | - |
| XYZ | 48.86 | 47.3 | 88.99 | - |
| YUV | 183.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 240 | 0.28 | 0.25 | 0 | 0.06 | 233.82 | 0.69 | 0.81 |
| Hex | AC | B3 | F0 | 1C | 19 | 0 | 6 | EA | 45 | 51 |
| Octal | 254 | 263 | 360 | 34 | 31 | 0 | 6 | 352 | 105 | 121 |
| Binary | 10101100 | 10110011 | 11110000 | 11100 | 11001 | 0 | 110 | 11101010 | 1000101 | 1010001 |
Color Harmonies of #ACB3F0
Complementary color
Monochromatic Colors of #ACB3F0
Black with #ACB3F0
Text Example
Text Example
White with #ACB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3F0; }
p { color: rgb(172,179,240); }
H1.HeaderClassName
{
color: #ACB3F0;
}
.AnyTagClassName
{
color: #ACB3F0;
}
</style>
background-color css
<style>
a { background-color: #ACB3F0; }
a { background-color: rgb(172,179,240); }
div.DivClassName
{
background-color: #ACB3F0;
}
.BgClassName
{
background-color: #ACB3F0;
}
</style>
border-color css
<style>
span { border-color: #ACB3F0; }
span { border-color: rgb(172,179,240); }
td.TdClassName
{
border-color: #ACB3F0;
}
.TagClassName
{
border-color: #ACB3F0;
}
</style>