Shades of Perano #ACB6F4
Tints of Perano #ACB6F4
RGB
CMYK
RGB Variations
Color information
#ACB6F4 (or 0xACB6F4) is known color: Perano. HEX triplet: AC, B6 and F4. RGB value is (172,182,244). Sum of RGB (Red+Green+Blue) = 172+182+244=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACB6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F4 is #53490B. Grayscale: #B9B9B9. Windows color (decimal): -5458188 or 16037548. OLE color: 16037548.
HSL color Cylindrical-coordinate representation of color #ACB6F4: hue angle of 231.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB6F4 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 182 | 244 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.04 |
| HSL | 231.67º | 0.77% | 0.82% | - |
| HSV(B) | 231.67º | 0.3% | 0.96% | - |
| XYZ | 50.07 | 48.76 | 92.36 | - |
| YUV | 186.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 244 | 0.30 | 0.25 | 0 | 0.04 | 231.67 | 0.77 | 0.82 |
| Hex | AC | B6 | F4 | 1E | 19 | 0 | 4 | E8 | 4D | 52 |
| Octal | 254 | 266 | 364 | 36 | 31 | 0 | 4 | 350 | 115 | 122 |
| Binary | 10101100 | 10110110 | 11110100 | 11110 | 11001 | 0 | 100 | 11101000 | 1001101 | 1010010 |
Color Harmonies of #ACB6F4
Complementary color
Monochromatic Colors of #ACB6F4
Black with #ACB6F4
Text Example
Text Example
White with #ACB6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6F4; }
p { color: rgb(172,182,244); }
H1.HeaderClassName
{
color: #ACB6F4;
}
.AnyTagClassName
{
color: #ACB6F4;
}
</style>
background-color css
<style>
a { background-color: #ACB6F4; }
a { background-color: rgb(172,182,244); }
div.DivClassName
{
background-color: #ACB6F4;
}
.BgClassName
{
background-color: #ACB6F4;
}
</style>
border-color css
<style>
span { border-color: #ACB6F4; }
span { border-color: rgb(172,182,244); }
td.TdClassName
{
border-color: #ACB6F4;
}
.TagClassName
{
border-color: #ACB6F4;
}
</style>