Shades of Perano #ACB7E5
Tints of Perano #ACB7E5
RGB
CMYK
RGB Variations
Color information
#ACB7E5 (or 0xACB7E5) is known color: Perano. HEX triplet: AC, B7 and E5. RGB value is (172,183,229). Sum of RGB (Red+Green+Blue) = 172+183+229=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7E5 is #53481A. Grayscale: #B8B8B8. Windows color (decimal): -5457947 or 15054764. OLE color: 15054764.
HSL color Cylindrical-coordinate representation of color #ACB7E5: hue angle of 228.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB7E5 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 183 | 229 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.10 |
| HSL | 228.42º | 0.52% | 0.79% | - |
| HSV(B) | 228.42º | 0.25% | 0.9% | - |
| XYZ | 48.09 | 48.29 | 80.92 | - |
| YUV | 184.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 229 | 0.25 | 0.20 | 0 | 0.10 | 228.42 | 0.52 | 0.79 |
| Hex | AC | B7 | E5 | 19 | 14 | 0 | A | E4 | 34 | 4F |
| Octal | 254 | 267 | 345 | 31 | 24 | 0 | 12 | 344 | 64 | 117 |
| Binary | 10101100 | 10110111 | 11100101 | 11001 | 10100 | 0 | 1010 | 11100100 | 110100 | 1001111 |
Color Harmonies of #ACB7E5
Complementary color
Monochromatic Colors of #ACB7E5
Black with #ACB7E5
Text Example
Text Example
White with #ACB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7E5; }
p { color: rgb(172,183,229); }
H1.HeaderClassName
{
color: #ACB7E5;
}
.AnyTagClassName
{
color: #ACB7E5;
}
</style>
background-color css
<style>
a { background-color: #ACB7E5; }
a { background-color: rgb(172,183,229); }
div.DivClassName
{
background-color: #ACB7E5;
}
.BgClassName
{
background-color: #ACB7E5;
}
</style>
border-color css
<style>
span { border-color: #ACB7E5; }
span { border-color: rgb(172,183,229); }
td.TdClassName
{
border-color: #ACB7E5;
}
.TagClassName
{
border-color: #ACB7E5;
}
</style>