Shades of Perano #ACB1DE
Tints of Perano #ACB1DE
RGB
CMYK
RGB Variations
Color information
#ACB1DE (or 0xACB1DE) is known color: Perano. HEX triplet: AC, B1 and DE. RGB value is (172,177,222). Sum of RGB (Red+Green+Blue) = 172+177+222=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DE is #534E21. Grayscale: #B4B4B4. Windows color (decimal): -5459490 or 14594476. OLE color: 14594476.
HSL color Cylindrical-coordinate representation of color #ACB1DE: hue angle of 234º 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 #ACB1DE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 177 | 222 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.13 |
| HSL | 234º | 0.43% | 0.77% | - |
| HSV(B) | 234º | 0.23% | 0.87% | - |
| XYZ | 45.92 | 45.49 | 75.47 | - |
| YUV | 180.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 222 | 0.23 | 0.20 | 0 | 0.13 | 234 | 0.43 | 0.77 |
| Hex | AC | B1 | DE | 17 | 14 | 0 | D | EA | 2B | 4D |
| Octal | 254 | 261 | 336 | 27 | 24 | 0 | 15 | 352 | 53 | 115 |
| Binary | 10101100 | 10110001 | 11011110 | 10111 | 10100 | 0 | 1101 | 11101010 | 101011 | 1001101 |
Color Harmonies of #ACB1DE
Complementary color
Monochromatic Colors of #ACB1DE
Black with #ACB1DE
Text Example
Text Example
White with #ACB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1DE; }
p { color: rgb(172,177,222); }
H1.HeaderClassName
{
color: #ACB1DE;
}
.AnyTagClassName
{
color: #ACB1DE;
}
</style>
background-color css
<style>
a { background-color: #ACB1DE; }
a { background-color: rgb(172,177,222); }
div.DivClassName
{
background-color: #ACB1DE;
}
.BgClassName
{
background-color: #ACB1DE;
}
</style>
border-color css
<style>
span { border-color: #ACB1DE; }
span { border-color: rgb(172,177,222); }
td.TdClassName
{
border-color: #ACB1DE;
}
.TagClassName
{
border-color: #ACB1DE;
}
</style>