Shades of Perano #ACB9F1
Tints of Perano #ACB9F1
RGB
CMYK
RGB Variations
Color information
#ACB9F1 (or 0xACB9F1) is known color: Perano. HEX triplet: AC, B9 and F1. RGB value is (172,185,241). Sum of RGB (Red+Green+Blue) = 172+185+241=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9F1 is #53460E. Grayscale: #BBBBBB. Windows color (decimal): -5457423 or 15841708. OLE color: 15841708.
HSL color Cylindrical-coordinate representation of color #ACB9F1: hue angle of 228.7º 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 #ACB9F1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 185 | 241 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.05 |
| HSL | 228.7º | 0.71% | 0.81% | - |
| HSV(B) | 228.7º | 0.29% | 0.95% | - |
| XYZ | 50.24 | 49.82 | 90.19 | - |
| YUV | 187.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 241 | 0.29 | 0.23 | 0 | 0.05 | 228.7 | 0.71 | 0.81 |
| Hex | AC | B9 | F1 | 1D | 17 | 0 | 5 | E5 | 47 | 51 |
| Octal | 254 | 271 | 361 | 35 | 27 | 0 | 5 | 345 | 107 | 121 |
| Binary | 10101100 | 10111001 | 11110001 | 11101 | 10111 | 0 | 101 | 11100101 | 1000111 | 1010001 |
Color Harmonies of #ACB9F1
Complementary color
Monochromatic Colors of #ACB9F1
Black with #ACB9F1
Text Example
Text Example
White with #ACB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9F1; }
p { color: rgb(172,185,241); }
H1.HeaderClassName
{
color: #ACB9F1;
}
.AnyTagClassName
{
color: #ACB9F1;
}
</style>
background-color css
<style>
a { background-color: #ACB9F1; }
a { background-color: rgb(172,185,241); }
div.DivClassName
{
background-color: #ACB9F1;
}
.BgClassName
{
background-color: #ACB9F1;
}
</style>
border-color css
<style>
span { border-color: #ACB9F1; }
span { border-color: rgb(172,185,241); }
td.TdClassName
{
border-color: #ACB9F1;
}
.TagClassName
{
border-color: #ACB9F1;
}
</style>