Shades of Perano #ACB8DE
Tints of Perano #ACB8DE
RGB
CMYK
RGB Variations
Color information
#ACB8DE (or 0xACB8DE) is known color: Perano. HEX triplet: AC, B8 and DE. RGB value is (172,184,222). Sum of RGB (Red+Green+Blue) = 172+184+222=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8DE is #534721. Grayscale: #B8B8B8. Windows color (decimal): -5457698 or 14596268. OLE color: 14596268.
HSL color Cylindrical-coordinate representation of color #ACB8DE: hue angle of 225.6º 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 #ACB8DE is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 184 | 222 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.13 |
| HSL | 225.6º | 0.43% | 0.77% | - |
| HSV(B) | 225.6º | 0.23% | 0.87% | - |
| XYZ | 47.34 | 48.33 | 75.94 | - |
| YUV | 184.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 222 | 0.23 | 0.17 | 0 | 0.13 | 225.6 | 0.43 | 0.77 |
| Hex | AC | B8 | DE | 17 | 11 | 0 | D | E2 | 2B | 4D |
| Octal | 254 | 270 | 336 | 27 | 21 | 0 | 15 | 342 | 53 | 115 |
| Binary | 10101100 | 10111000 | 11011110 | 10111 | 10001 | 0 | 1101 | 11100010 | 101011 | 1001101 |
Color Harmonies of #ACB8DE
Complementary color
Monochromatic Colors of #ACB8DE
Black with #ACB8DE
Text Example
Text Example
White with #ACB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8DE; }
p { color: rgb(172,184,222); }
H1.HeaderClassName
{
color: #ACB8DE;
}
.AnyTagClassName
{
color: #ACB8DE;
}
</style>
background-color css
<style>
a { background-color: #ACB8DE; }
a { background-color: rgb(172,184,222); }
div.DivClassName
{
background-color: #ACB8DE;
}
.BgClassName
{
background-color: #ACB8DE;
}
</style>
border-color css
<style>
span { border-color: #ACB8DE; }
span { border-color: rgb(172,184,222); }
td.TdClassName
{
border-color: #ACB8DE;
}
.TagClassName
{
border-color: #ACB8DE;
}
</style>