Shades of Perano #ACB5DE
Tints of Perano #ACB5DE
RGB
CMYK
RGB Variations
Color information
#ACB5DE (or 0xACB5DE) is known color: Perano. HEX triplet: AC, B5 and DE. RGB value is (172,181,222). Sum of RGB (Red+Green+Blue) = 172+181+222=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5DE is #534A21. Grayscale: #B6B6B6. Windows color (decimal): -5458466 or 14595500. OLE color: 14595500.
HSL color Cylindrical-coordinate representation of color #ACB5DE: hue angle of 229.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 #ACB5DE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 181 | 222 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.13 |
| HSL | 229.2º | 0.43% | 0.77% | - |
| HSV(B) | 229.2º | 0.23% | 0.87% | - |
| XYZ | 46.72 | 47.09 | 75.73 | - |
| YUV | 182.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 222 | 0.23 | 0.18 | 0 | 0.13 | 229.2 | 0.43 | 0.77 |
| Hex | AC | B5 | DE | 17 | 12 | 0 | D | E5 | 2B | 4D |
| Octal | 254 | 265 | 336 | 27 | 22 | 0 | 15 | 345 | 53 | 115 |
| Binary | 10101100 | 10110101 | 11011110 | 10111 | 10010 | 0 | 1101 | 11100101 | 101011 | 1001101 |
Color Harmonies of #ACB5DE
Complementary color
Monochromatic Colors of #ACB5DE
Black with #ACB5DE
Text Example
Text Example
White with #ACB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5DE; }
p { color: rgb(172,181,222); }
H1.HeaderClassName
{
color: #ACB5DE;
}
.AnyTagClassName
{
color: #ACB5DE;
}
</style>
background-color css
<style>
a { background-color: #ACB5DE; }
a { background-color: rgb(172,181,222); }
div.DivClassName
{
background-color: #ACB5DE;
}
.BgClassName
{
background-color: #ACB5DE;
}
</style>
border-color css
<style>
span { border-color: #ACB5DE; }
span { border-color: rgb(172,181,222); }
td.TdClassName
{
border-color: #ACB5DE;
}
.TagClassName
{
border-color: #ACB5DE;
}
</style>