Shades of Perano #ACB6F0
Tints of Perano #ACB6F0
RGB
CMYK
RGB Variations
Color information
#ACB6F0 (or 0xACB6F0) is known color: Perano. HEX triplet: AC, B6 and F0. RGB value is (172,182,240). Sum of RGB (Red+Green+Blue) = 172+182+240=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F0 is #53490F. Grayscale: #B9B9B9. Windows color (decimal): -5458192 or 15775404. OLE color: 15775404.
HSL color Cylindrical-coordinate representation of color #ACB6F0: hue angle of 231.18º 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 #ACB6F0 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 182 | 240 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.06 |
| HSL | 231.18º | 0.69% | 0.81% | - |
| HSV(B) | 231.18º | 0.28% | 0.94% | - |
| XYZ | 49.47 | 48.52 | 89.2 | - |
| YUV | 185.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 240 | 0.28 | 0.24 | 0 | 0.06 | 231.18 | 0.69 | 0.81 |
| Hex | AC | B6 | F0 | 1C | 18 | 0 | 6 | E7 | 45 | 51 |
| Octal | 254 | 266 | 360 | 34 | 30 | 0 | 6 | 347 | 105 | 121 |
| Binary | 10101100 | 10110110 | 11110000 | 11100 | 11000 | 0 | 110 | 11100111 | 1000101 | 1010001 |
Color Harmonies of #ACB6F0
Complementary color
Monochromatic Colors of #ACB6F0
Black with #ACB6F0
Text Example
Text Example
White with #ACB6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6F0; }
p { color: rgb(172,182,240); }
H1.HeaderClassName
{
color: #ACB6F0;
}
.AnyTagClassName
{
color: #ACB6F0;
}
</style>
background-color css
<style>
a { background-color: #ACB6F0; }
a { background-color: rgb(172,182,240); }
div.DivClassName
{
background-color: #ACB6F0;
}
.BgClassName
{
background-color: #ACB6F0;
}
</style>
border-color css
<style>
span { border-color: #ACB6F0; }
span { border-color: rgb(172,182,240); }
td.TdClassName
{
border-color: #ACB6F0;
}
.TagClassName
{
border-color: #ACB6F0;
}
</style>