Shades of Perano #ACB0ED
Tints of Perano #ACB0ED
RGB
CMYK
RGB Variations
Color information
#ACB0ED (or 0xACB0ED) is known color: Perano. HEX triplet: AC, B0 and ED. RGB value is (172,176,237). Sum of RGB (Red+Green+Blue) = 172+176+237=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0ED is #534F12. Grayscale: #B5B5B5. Windows color (decimal): -5459731 or 15577260. OLE color: 15577260.
HSL color Cylindrical-coordinate representation of color #ACB0ED: hue angle of 236.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB0ED is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 176 | 237 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.07 |
| HSL | 236.31º | 0.64% | 0.8% | - |
| HSV(B) | 236.31º | 0.27% | 0.93% | - |
| XYZ | 47.82 | 45.94 | 86.47 | - |
| YUV | 181.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 237 | 0.27 | 0.26 | 0 | 0.07 | 236.31 | 0.64 | 0.8 |
| Hex | AC | B0 | ED | 1B | 1A | 0 | 7 | EC | 40 | 50 |
| Octal | 254 | 260 | 355 | 33 | 32 | 0 | 7 | 354 | 100 | 120 |
| Binary | 10101100 | 10110000 | 11101101 | 11011 | 11010 | 0 | 111 | 11101100 | 1000000 | 1010000 |
Color Harmonies of #ACB0ED
Complementary color
Monochromatic Colors of #ACB0ED
Black with #ACB0ED
Text Example
Text Example
White with #ACB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0ED; }
p { color: rgb(172,176,237); }
H1.HeaderClassName
{
color: #ACB0ED;
}
.AnyTagClassName
{
color: #ACB0ED;
}
</style>
background-color css
<style>
a { background-color: #ACB0ED; }
a { background-color: rgb(172,176,237); }
div.DivClassName
{
background-color: #ACB0ED;
}
.BgClassName
{
background-color: #ACB0ED;
}
</style>
border-color css
<style>
span { border-color: #ACB0ED; }
span { border-color: rgb(172,176,237); }
td.TdClassName
{
border-color: #ACB0ED;
}
.TagClassName
{
border-color: #ACB0ED;
}
</style>