Shades of Perano #ACB0EF
Tints of Perano #ACB0EF
RGB
CMYK
RGB Variations
Color information
#ACB0EF (or 0xACB0EF) is known color: Perano. HEX triplet: AC, B0 and EF. RGB value is (172,176,239). Sum of RGB (Red+Green+Blue) = 172+176+239=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0EF is #534F10. Grayscale: #B5B5B5. Windows color (decimal): -5459729 or 15708332. OLE color: 15708332.
HSL color Cylindrical-coordinate representation of color #ACB0EF: hue angle of 236.42º degrees, saturation: 0.68, 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 #ACB0EF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 176 | 239 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.06 |
| HSL | 236.42º | 0.68% | 0.81% | - |
| HSV(B) | 236.42º | 0.28% | 0.94% | - |
| XYZ | 48.12 | 46.05 | 88.01 | - |
| YUV | 181.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 239 | 0.28 | 0.26 | 0 | 0.06 | 236.42 | 0.68 | 0.81 |
| Hex | AC | B0 | EF | 1C | 1A | 0 | 6 | EC | 44 | 51 |
| Octal | 254 | 260 | 357 | 34 | 32 | 0 | 6 | 354 | 104 | 121 |
| Binary | 10101100 | 10110000 | 11101111 | 11100 | 11010 | 0 | 110 | 11101100 | 1000100 | 1010001 |
Color Harmonies of #ACB0EF
Complementary color
Monochromatic Colors of #ACB0EF
Black with #ACB0EF
Text Example
Text Example
White with #ACB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0EF; }
p { color: rgb(172,176,239); }
H1.HeaderClassName
{
color: #ACB0EF;
}
.AnyTagClassName
{
color: #ACB0EF;
}
</style>
background-color css
<style>
a { background-color: #ACB0EF; }
a { background-color: rgb(172,176,239); }
div.DivClassName
{
background-color: #ACB0EF;
}
.BgClassName
{
background-color: #ACB0EF;
}
</style>
border-color css
<style>
span { border-color: #ACB0EF; }
span { border-color: rgb(172,176,239); }
td.TdClassName
{
border-color: #ACB0EF;
}
.TagClassName
{
border-color: #ACB0EF;
}
</style>