Shades of Perano #ACB5EF
Tints of Perano #ACB5EF
RGB
CMYK
RGB Variations
Color information
#ACB5EF (or 0xACB5EF) is known color: Perano. HEX triplet: AC, B5 and EF. RGB value is (172,181,239). Sum of RGB (Red+Green+Blue) = 172+181+239=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EF is #534A10. Grayscale: #B8B8B8. Windows color (decimal): -5458449 or 15709612. OLE color: 15709612.
HSL color Cylindrical-coordinate representation of color #ACB5EF: hue angle of 231.94º 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 #ACB5EF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 181 | 239 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.06 |
| HSL | 231.94º | 0.68% | 0.81% | - |
| HSV(B) | 231.94º | 0.28% | 0.94% | - |
| XYZ | 49.12 | 48.05 | 88.35 | - |
| YUV | 184.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 239 | 0.28 | 0.24 | 0 | 0.06 | 231.94 | 0.68 | 0.81 |
| Hex | AC | B5 | EF | 1C | 18 | 0 | 6 | E8 | 44 | 51 |
| Octal | 254 | 265 | 357 | 34 | 30 | 0 | 6 | 350 | 104 | 121 |
| Binary | 10101100 | 10110101 | 11101111 | 11100 | 11000 | 0 | 110 | 11101000 | 1000100 | 1010001 |
Color Harmonies of #ACB5EF
Complementary color
Monochromatic Colors of #ACB5EF
Black with #ACB5EF
Text Example
Text Example
White with #ACB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5EF; }
p { color: rgb(172,181,239); }
H1.HeaderClassName
{
color: #ACB5EF;
}
.AnyTagClassName
{
color: #ACB5EF;
}
</style>
background-color css
<style>
a { background-color: #ACB5EF; }
a { background-color: rgb(172,181,239); }
div.DivClassName
{
background-color: #ACB5EF;
}
.BgClassName
{
background-color: #ACB5EF;
}
</style>
border-color css
<style>
span { border-color: #ACB5EF; }
span { border-color: rgb(172,181,239); }
td.TdClassName
{
border-color: #ACB5EF;
}
.TagClassName
{
border-color: #ACB5EF;
}
</style>