Shades of Perano #ACB7EA
Tints of Perano #ACB7EA
RGB
CMYK
RGB Variations
Color information
#ACB7EA (or 0xACB7EA) is known color: Perano. HEX triplet: AC, B7 and EA. RGB value is (172,183,234). Sum of RGB (Red+Green+Blue) = 172+183+234=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7EA is #534815. Grayscale: #B9B9B9. Windows color (decimal): -5457942 or 15382444. OLE color: 15382444.
HSL color Cylindrical-coordinate representation of color #ACB7EA: hue angle of 229.35º 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 #ACB7EA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 183 | 234 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.08 |
| HSL | 229.35º | 0.6% | 0.8% | - |
| HSV(B) | 229.35º | 0.26% | 0.92% | - |
| XYZ | 48.8 | 48.58 | 84.65 | - |
| YUV | 185.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 234 | 0.26 | 0.22 | 0 | 0.08 | 229.35 | 0.6 | 0.8 |
| Hex | AC | B7 | EA | 1A | 16 | 0 | 8 | E5 | 3C | 50 |
| Octal | 254 | 267 | 352 | 32 | 26 | 0 | 10 | 345 | 74 | 120 |
| Binary | 10101100 | 10110111 | 11101010 | 11010 | 10110 | 0 | 1000 | 11100101 | 111100 | 1010000 |
Color Harmonies of #ACB7EA
Complementary color
Monochromatic Colors of #ACB7EA
Black with #ACB7EA
Text Example
Text Example
White with #ACB7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7EA; }
p { color: rgb(172,183,234); }
H1.HeaderClassName
{
color: #ACB7EA;
}
.AnyTagClassName
{
color: #ACB7EA;
}
</style>
background-color css
<style>
a { background-color: #ACB7EA; }
a { background-color: rgb(172,183,234); }
div.DivClassName
{
background-color: #ACB7EA;
}
.BgClassName
{
background-color: #ACB7EA;
}
</style>
border-color css
<style>
span { border-color: #ACB7EA; }
span { border-color: rgb(172,183,234); }
td.TdClassName
{
border-color: #ACB7EA;
}
.TagClassName
{
border-color: #ACB7EA;
}
</style>