Shades of Perano #ACB2F6
Tints of Perano #ACB2F6
RGB
CMYK
RGB Variations
Color information
#ACB2F6 (or 0xACB2F6) is known color: Perano. HEX triplet: AC, B2 and F6. RGB value is (172,178,246). Sum of RGB (Red+Green+Blue) = 172+178+246=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACB2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2F6 is #534D09. Grayscale: #B7B7B7. Windows color (decimal): -5459210 or 16167596. OLE color: 16167596.
HSL color Cylindrical-coordinate representation of color #ACB2F6: hue angle of 235.14º degrees, saturation: 0.8, 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 #ACB2F6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 178 | 246 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.04 |
| HSL | 235.14º | 0.8% | 0.82% | - |
| HSV(B) | 235.14º | 0.3% | 0.96% | - |
| XYZ | 49.57 | 47.27 | 93.7 | - |
| YUV | 183.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 246 | 0.30 | 0.28 | 0 | 0.04 | 235.14 | 0.8 | 0.82 |
| Hex | AC | B2 | F6 | 1E | 1C | 0 | 4 | EB | 50 | 52 |
| Octal | 254 | 262 | 366 | 36 | 34 | 0 | 4 | 353 | 120 | 122 |
| Binary | 10101100 | 10110010 | 11110110 | 11110 | 11100 | 0 | 100 | 11101011 | 1010000 | 1010010 |
Color Harmonies of #ACB2F6
Complementary color
Monochromatic Colors of #ACB2F6
Black with #ACB2F6
Text Example
Text Example
White with #ACB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2F6; }
p { color: rgb(172,178,246); }
H1.HeaderClassName
{
color: #ACB2F6;
}
.AnyTagClassName
{
color: #ACB2F6;
}
</style>
background-color css
<style>
a { background-color: #ACB2F6; }
a { background-color: rgb(172,178,246); }
div.DivClassName
{
background-color: #ACB2F6;
}
.BgClassName
{
background-color: #ACB2F6;
}
</style>
border-color css
<style>
span { border-color: #ACB2F6; }
span { border-color: rgb(172,178,246); }
td.TdClassName
{
border-color: #ACB2F6;
}
.TagClassName
{
border-color: #ACB2F6;
}
</style>