Shades of Perano #ACB6F1
Tints of Perano #ACB6F1
RGB
CMYK
RGB Variations
Color information
#ACB6F1 (or 0xACB6F1) is known color: Perano. HEX triplet: AC, B6 and F1. RGB value is (172,182,241). Sum of RGB (Red+Green+Blue) = 172+182+241=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F1 is #53490E. Grayscale: #B9B9B9. Windows color (decimal): -5458191 or 15840940. OLE color: 15840940.
HSL color Cylindrical-coordinate representation of color #ACB6F1: hue angle of 231.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB6F1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 182 | 241 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.05 |
| HSL | 231.3º | 0.71% | 0.81% | - |
| HSV(B) | 231.3º | 0.29% | 0.95% | - |
| XYZ | 49.62 | 48.58 | 89.98 | - |
| YUV | 185.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 241 | 0.29 | 0.24 | 0 | 0.05 | 231.3 | 0.71 | 0.81 |
| Hex | AC | B6 | F1 | 1D | 18 | 0 | 5 | E7 | 47 | 51 |
| Octal | 254 | 266 | 361 | 35 | 30 | 0 | 5 | 347 | 107 | 121 |
| Binary | 10101100 | 10110110 | 11110001 | 11101 | 11000 | 0 | 101 | 11100111 | 1000111 | 1010001 |
Color Harmonies of #ACB6F1
Complementary color
Monochromatic Colors of #ACB6F1
Black with #ACB6F1
Text Example
Text Example
White with #ACB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6F1; }
p { color: rgb(172,182,241); }
H1.HeaderClassName
{
color: #ACB6F1;
}
.AnyTagClassName
{
color: #ACB6F1;
}
</style>
background-color css
<style>
a { background-color: #ACB6F1; }
a { background-color: rgb(172,182,241); }
div.DivClassName
{
background-color: #ACB6F1;
}
.BgClassName
{
background-color: #ACB6F1;
}
</style>
border-color css
<style>
span { border-color: #ACB6F1; }
span { border-color: rgb(172,182,241); }
td.TdClassName
{
border-color: #ACB6F1;
}
.TagClassName
{
border-color: #ACB6F1;
}
</style>