Shades of Perano #ACB7F0
Tints of Perano #ACB7F0
RGB
CMYK
RGB Variations
Color information
#ACB7F0 (or 0xACB7F0) is known color: Perano. HEX triplet: AC, B7 and F0. RGB value is (172,183,240). Sum of RGB (Red+Green+Blue) = 172+183+240=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F0 is #53480F. Grayscale: #B9B9B9. Windows color (decimal): -5457936 or 15775660. OLE color: 15775660.
HSL color Cylindrical-coordinate representation of color #ACB7F0: hue angle of 230.29º 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 #ACB7F0 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 183 | 240 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.06 |
| HSL | 230.29º | 0.69% | 0.81% | - |
| HSV(B) | 230.29º | 0.28% | 0.94% | - |
| XYZ | 49.67 | 48.93 | 89.26 | - |
| YUV | 186.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 240 | 0.28 | 0.24 | 0 | 0.06 | 230.29 | 0.69 | 0.81 |
| Hex | AC | B7 | F0 | 1C | 18 | 0 | 6 | E6 | 45 | 51 |
| Octal | 254 | 267 | 360 | 34 | 30 | 0 | 6 | 346 | 105 | 121 |
| Binary | 10101100 | 10110111 | 11110000 | 11100 | 11000 | 0 | 110 | 11100110 | 1000101 | 1010001 |
Color Harmonies of #ACB7F0
Complementary color
Monochromatic Colors of #ACB7F0
Black with #ACB7F0
Text Example
Text Example
White with #ACB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7F0; }
p { color: rgb(172,183,240); }
H1.HeaderClassName
{
color: #ACB7F0;
}
.AnyTagClassName
{
color: #ACB7F0;
}
</style>
background-color css
<style>
a { background-color: #ACB7F0; }
a { background-color: rgb(172,183,240); }
div.DivClassName
{
background-color: #ACB7F0;
}
.BgClassName
{
background-color: #ACB7F0;
}
</style>
border-color css
<style>
span { border-color: #ACB7F0; }
span { border-color: rgb(172,183,240); }
td.TdClassName
{
border-color: #ACB7F0;
}
.TagClassName
{
border-color: #ACB7F0;
}
</style>