Shades of Perano #ACB3EF
Tints of Perano #ACB3EF
RGB
CMYK
RGB Variations
Color information
#ACB3EF (or 0xACB3EF) is known color: Perano. HEX triplet: AC, B3 and EF. RGB value is (172,179,239). Sum of RGB (Red+Green+Blue) = 172+179+239=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3EF is #534C10. Grayscale: #B7B7B7. Windows color (decimal): -5458961 or 15709100. OLE color: 15709100.
HSL color Cylindrical-coordinate representation of color #ACB3EF: hue angle of 233.73º 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 #ACB3EF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 179 | 239 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.06 |
| HSL | 233.73º | 0.68% | 0.81% | - |
| HSV(B) | 233.73º | 0.28% | 0.94% | - |
| XYZ | 48.71 | 47.24 | 88.21 | - |
| YUV | 183.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 239 | 0.28 | 0.25 | 0 | 0.06 | 233.73 | 0.68 | 0.81 |
| Hex | AC | B3 | EF | 1C | 19 | 0 | 6 | EA | 44 | 51 |
| Octal | 254 | 263 | 357 | 34 | 31 | 0 | 6 | 352 | 104 | 121 |
| Binary | 10101100 | 10110011 | 11101111 | 11100 | 11001 | 0 | 110 | 11101010 | 1000100 | 1010001 |
Color Harmonies of #ACB3EF
Complementary color
Monochromatic Colors of #ACB3EF
Black with #ACB3EF
Text Example
Text Example
White with #ACB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3EF; }
p { color: rgb(172,179,239); }
H1.HeaderClassName
{
color: #ACB3EF;
}
.AnyTagClassName
{
color: #ACB3EF;
}
</style>
background-color css
<style>
a { background-color: #ACB3EF; }
a { background-color: rgb(172,179,239); }
div.DivClassName
{
background-color: #ACB3EF;
}
.BgClassName
{
background-color: #ACB3EF;
}
</style>
border-color css
<style>
span { border-color: #ACB3EF; }
span { border-color: rgb(172,179,239); }
td.TdClassName
{
border-color: #ACB3EF;
}
.TagClassName
{
border-color: #ACB3EF;
}
</style>