Shades of Perano #ACB8F7
Tints of Perano #ACB8F7
RGB
CMYK
RGB Variations
Color information
#ACB8F7 (or 0xACB8F7) is known color: Perano. HEX triplet: AC, B8 and F7. RGB value is (172,184,247). Sum of RGB (Red+Green+Blue) = 172+184+247=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8F7 is #534708. Grayscale: #BBBBBB. Windows color (decimal): -5457673 or 16234668. OLE color: 16234668.
HSL color Cylindrical-coordinate representation of color #ACB8F7: hue angle of 230.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB8F7 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 184 | 247 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.03 |
| HSL | 230.4º | 0.82% | 0.82% | - |
| HSV(B) | 230.4º | 0.3% | 0.97% | - |
| XYZ | 50.94 | 49.77 | 94.92 | - |
| YUV | 187.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 247 | 0.30 | 0.26 | 0 | 0.03 | 230.4 | 0.82 | 0.82 |
| Hex | AC | B8 | F7 | 1E | 1A | 0 | 3 | E6 | 52 | 52 |
| Octal | 254 | 270 | 367 | 36 | 32 | 0 | 3 | 346 | 122 | 122 |
| Binary | 10101100 | 10111000 | 11110111 | 11110 | 11010 | 0 | 11 | 11100110 | 1010010 | 1010010 |
Color Harmonies of #ACB8F7
Complementary color
Monochromatic Colors of #ACB8F7
Black with #ACB8F7
Text Example
Text Example
White with #ACB8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8F7; }
p { color: rgb(172,184,247); }
H1.HeaderClassName
{
color: #ACB8F7;
}
.AnyTagClassName
{
color: #ACB8F7;
}
</style>
background-color css
<style>
a { background-color: #ACB8F7; }
a { background-color: rgb(172,184,247); }
div.DivClassName
{
background-color: #ACB8F7;
}
.BgClassName
{
background-color: #ACB8F7;
}
</style>
border-color css
<style>
span { border-color: #ACB8F7; }
span { border-color: rgb(172,184,247); }
td.TdClassName
{
border-color: #ACB8F7;
}
.TagClassName
{
border-color: #ACB8F7;
}
</style>