Shades of Perano #ACB8E0
Tints of Perano #ACB8E0
RGB
CMYK
RGB Variations
Color information
#ACB8E0 (or 0xACB8E0) is known color: Perano. HEX triplet: AC, B8 and E0. RGB value is (172,184,224). Sum of RGB (Red+Green+Blue) = 172+184+224=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACB8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8E0 is #53471F. Grayscale: #B8B8B8. Windows color (decimal): -5457696 or 14727340. OLE color: 14727340.
HSL color Cylindrical-coordinate representation of color #ACB8E0: hue angle of 226.15º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB8E0 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 184 | 224 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.12 |
| HSL | 226.15º | 0.46% | 0.78% | - |
| HSV(B) | 226.15º | 0.23% | 0.88% | - |
| XYZ | 47.61 | 48.43 | 77.36 | - |
| YUV | 184.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 224 | 0.23 | 0.18 | 0 | 0.12 | 226.15 | 0.46 | 0.78 |
| Hex | AC | B8 | E0 | 17 | 12 | 0 | C | E2 | 2E | 4E |
| Octal | 254 | 270 | 340 | 27 | 22 | 0 | 14 | 342 | 56 | 116 |
| Binary | 10101100 | 10111000 | 11100000 | 10111 | 10010 | 0 | 1100 | 11100010 | 101110 | 1001110 |
Color Harmonies of #ACB8E0
Complementary color
Monochromatic Colors of #ACB8E0
Black with #ACB8E0
Text Example
Text Example
White with #ACB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8E0; }
p { color: rgb(172,184,224); }
H1.HeaderClassName
{
color: #ACB8E0;
}
.AnyTagClassName
{
color: #ACB8E0;
}
</style>
background-color css
<style>
a { background-color: #ACB8E0; }
a { background-color: rgb(172,184,224); }
div.DivClassName
{
background-color: #ACB8E0;
}
.BgClassName
{
background-color: #ACB8E0;
}
</style>
border-color css
<style>
span { border-color: #ACB8E0; }
span { border-color: rgb(172,184,224); }
td.TdClassName
{
border-color: #ACB8E0;
}
.TagClassName
{
border-color: #ACB8E0;
}
</style>