Shades of Perano #ACB3EA
Tints of Perano #ACB3EA
RGB
CMYK
RGB Variations
Color information
#ACB3EA (or 0xACB3EA) is known color: Perano. HEX triplet: AC, B3 and EA. RGB value is (172,179,234). Sum of RGB (Red+Green+Blue) = 172+179+234=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3EA is #534C15. Grayscale: #B6B6B6. Windows color (decimal): -5458966 or 15381420. OLE color: 15381420.
HSL color Cylindrical-coordinate representation of color #ACB3EA: hue angle of 233.23º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB3EA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 179 | 234 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.08 |
| HSL | 233.23º | 0.6% | 0.8% | - |
| HSV(B) | 233.23º | 0.26% | 0.92% | - |
| XYZ | 47.98 | 46.95 | 84.38 | - |
| YUV | 183.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 234 | 0.26 | 0.24 | 0 | 0.08 | 233.23 | 0.6 | 0.8 |
| Hex | AC | B3 | EA | 1A | 18 | 0 | 8 | E9 | 3C | 50 |
| Octal | 254 | 263 | 352 | 32 | 30 | 0 | 10 | 351 | 74 | 120 |
| Binary | 10101100 | 10110011 | 11101010 | 11010 | 11000 | 0 | 1000 | 11101001 | 111100 | 1010000 |
Color Harmonies of #ACB3EA
Complementary color
Monochromatic Colors of #ACB3EA
Black with #ACB3EA
Text Example
Text Example
White with #ACB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3EA; }
p { color: rgb(172,179,234); }
H1.HeaderClassName
{
color: #ACB3EA;
}
.AnyTagClassName
{
color: #ACB3EA;
}
</style>
background-color css
<style>
a { background-color: #ACB3EA; }
a { background-color: rgb(172,179,234); }
div.DivClassName
{
background-color: #ACB3EA;
}
.BgClassName
{
background-color: #ACB3EA;
}
</style>
border-color css
<style>
span { border-color: #ACB3EA; }
span { border-color: rgb(172,179,234); }
td.TdClassName
{
border-color: #ACB3EA;
}
.TagClassName
{
border-color: #ACB3EA;
}
</style>