Shades of Perano #ACB0DE
Tints of Perano #ACB0DE
RGB
CMYK
RGB Variations
Color information
#ACB0DE (or 0xACB0DE) is known color: Perano. HEX triplet: AC, B0 and DE. RGB value is (172,176,222). Sum of RGB (Red+Green+Blue) = 172+176+222=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DE is #534F21. Grayscale: #B3B3B3. Windows color (decimal): -5459746 or 14594220. OLE color: 14594220.
HSL color Cylindrical-coordinate representation of color #ACB0DE: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB0DE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 176 | 222 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.13 |
| HSL | 235.2º | 0.43% | 0.77% | - |
| HSV(B) | 235.2º | 0.23% | 0.87% | - |
| XYZ | 45.72 | 45.1 | 75.4 | - |
| YUV | 180.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 222 | 0.23 | 0.21 | 0 | 0.13 | 235.2 | 0.43 | 0.77 |
| Hex | AC | B0 | DE | 17 | 15 | 0 | D | EB | 2B | 4D |
| Octal | 254 | 260 | 336 | 27 | 25 | 0 | 15 | 353 | 53 | 115 |
| Binary | 10101100 | 10110000 | 11011110 | 10111 | 10101 | 0 | 1101 | 11101011 | 101011 | 1001101 |
Color Harmonies of #ACB0DE
Complementary color
Monochromatic Colors of #ACB0DE
Black with #ACB0DE
Text Example
Text Example
White with #ACB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0DE; }
p { color: rgb(172,176,222); }
H1.HeaderClassName
{
color: #ACB0DE;
}
.AnyTagClassName
{
color: #ACB0DE;
}
</style>
background-color css
<style>
a { background-color: #ACB0DE; }
a { background-color: rgb(172,176,222); }
div.DivClassName
{
background-color: #ACB0DE;
}
.BgClassName
{
background-color: #ACB0DE;
}
</style>
border-color css
<style>
span { border-color: #ACB0DE; }
span { border-color: rgb(172,176,222); }
td.TdClassName
{
border-color: #ACB0DE;
}
.TagClassName
{
border-color: #ACB0DE;
}
</style>