Shades of Perano #ACB3F5
Tints of Perano #ACB3F5
RGB
CMYK
RGB Variations
Color information
#ACB3F5 (or 0xACB3F5) is known color: Perano. HEX triplet: AC, B3 and F5. RGB value is (172,179,245). Sum of RGB (Red+Green+Blue) = 172+179+245=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACB3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3F5 is #534C0A. Grayscale: #B8B8B8. Windows color (decimal): -5458955 or 16102316. OLE color: 16102316.
HSL color Cylindrical-coordinate representation of color #ACB3F5: hue angle of 234.25º degrees, saturation: 0.78, 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 #ACB3F5 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 179 | 245 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.04 |
| HSL | 234.25º | 0.78% | 0.82% | - |
| HSV(B) | 234.25º | 0.3% | 0.96% | - |
| XYZ | 49.61 | 47.6 | 92.96 | - |
| YUV | 184.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 245 | 0.30 | 0.27 | 0 | 0.04 | 234.25 | 0.78 | 0.82 |
| Hex | AC | B3 | F5 | 1E | 1B | 0 | 4 | EA | 4E | 52 |
| Octal | 254 | 263 | 365 | 36 | 33 | 0 | 4 | 352 | 116 | 122 |
| Binary | 10101100 | 10110011 | 11110101 | 11110 | 11011 | 0 | 100 | 11101010 | 1001110 | 1010010 |
Color Harmonies of #ACB3F5
Complementary color
Monochromatic Colors of #ACB3F5
Black with #ACB3F5
Text Example
Text Example
White with #ACB3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3F5; }
p { color: rgb(172,179,245); }
H1.HeaderClassName
{
color: #ACB3F5;
}
.AnyTagClassName
{
color: #ACB3F5;
}
</style>
background-color css
<style>
a { background-color: #ACB3F5; }
a { background-color: rgb(172,179,245); }
div.DivClassName
{
background-color: #ACB3F5;
}
.BgClassName
{
background-color: #ACB3F5;
}
</style>
border-color css
<style>
span { border-color: #ACB3F5; }
span { border-color: rgb(172,179,245); }
td.TdClassName
{
border-color: #ACB3F5;
}
.TagClassName
{
border-color: #ACB3F5;
}
</style>