Shades of Perano #ACB6EA
Tints of Perano #ACB6EA
RGB
CMYK
RGB Variations
Color information
#ACB6EA (or 0xACB6EA) is known color: Perano. HEX triplet: AC, B6 and EA. RGB value is (172,182,234). Sum of RGB (Red+Green+Blue) = 172+182+234=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EA is #534915. Grayscale: #B8B8B8. Windows color (decimal): -5458198 or 15382188. OLE color: 15382188.
HSL color Cylindrical-coordinate representation of color #ACB6EA: hue angle of 230.32º 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 #ACB6EA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 182 | 234 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.08 |
| HSL | 230.32º | 0.6% | 0.8% | - |
| HSV(B) | 230.32º | 0.26% | 0.92% | - |
| XYZ | 48.59 | 48.17 | 84.58 | - |
| YUV | 184.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 234 | 0.26 | 0.22 | 0 | 0.08 | 230.32 | 0.6 | 0.8 |
| Hex | AC | B6 | EA | 1A | 16 | 0 | 8 | E6 | 3C | 50 |
| Octal | 254 | 266 | 352 | 32 | 26 | 0 | 10 | 346 | 74 | 120 |
| Binary | 10101100 | 10110110 | 11101010 | 11010 | 10110 | 0 | 1000 | 11100110 | 111100 | 1010000 |
Color Harmonies of #ACB6EA
Complementary color
Monochromatic Colors of #ACB6EA
Black with #ACB6EA
Text Example
Text Example
White with #ACB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6EA; }
p { color: rgb(172,182,234); }
H1.HeaderClassName
{
color: #ACB6EA;
}
.AnyTagClassName
{
color: #ACB6EA;
}
</style>
background-color css
<style>
a { background-color: #ACB6EA; }
a { background-color: rgb(172,182,234); }
div.DivClassName
{
background-color: #ACB6EA;
}
.BgClassName
{
background-color: #ACB6EA;
}
</style>
border-color css
<style>
span { border-color: #ACB6EA; }
span { border-color: rgb(172,182,234); }
td.TdClassName
{
border-color: #ACB6EA;
}
.TagClassName
{
border-color: #ACB6EA;
}
</style>