Shades of Perano #ACB5F0
Tints of Perano #ACB5F0
RGB
CMYK
RGB Variations
Color information
#ACB5F0 (or 0xACB5F0) is known color: Perano. HEX triplet: AC, B5 and F0. RGB value is (172,181,240). Sum of RGB (Red+Green+Blue) = 172+181+240=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5F0 is #534A0F. Grayscale: #B8B8B8. Windows color (decimal): -5458448 or 15775148. OLE color: 15775148.
HSL color Cylindrical-coordinate representation of color #ACB5F0: hue angle of 232.06º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB5F0 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 181 | 240 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.06 |
| HSL | 232.06º | 0.69% | 0.81% | - |
| HSV(B) | 232.06º | 0.28% | 0.94% | - |
| XYZ | 49.27 | 48.11 | 89.13 | - |
| YUV | 185.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 240 | 0.28 | 0.25 | 0 | 0.06 | 232.06 | 0.69 | 0.81 |
| Hex | AC | B5 | F0 | 1C | 19 | 0 | 6 | E8 | 45 | 51 |
| Octal | 254 | 265 | 360 | 34 | 31 | 0 | 6 | 350 | 105 | 121 |
| Binary | 10101100 | 10110101 | 11110000 | 11100 | 11001 | 0 | 110 | 11101000 | 1000101 | 1010001 |
Color Harmonies of #ACB5F0
Complementary color
Monochromatic Colors of #ACB5F0
Black with #ACB5F0
Text Example
Text Example
White with #ACB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5F0; }
p { color: rgb(172,181,240); }
H1.HeaderClassName
{
color: #ACB5F0;
}
.AnyTagClassName
{
color: #ACB5F0;
}
</style>
background-color css
<style>
a { background-color: #ACB5F0; }
a { background-color: rgb(172,181,240); }
div.DivClassName
{
background-color: #ACB5F0;
}
.BgClassName
{
background-color: #ACB5F0;
}
</style>
border-color css
<style>
span { border-color: #ACB5F0; }
span { border-color: rgb(172,181,240); }
td.TdClassName
{
border-color: #ACB5F0;
}
.TagClassName
{
border-color: #ACB5F0;
}
</style>