Shades of Perano #ACB6ED
Tints of Perano #ACB6ED
RGB
CMYK
RGB Variations
Color information
#ACB6ED (or 0xACB6ED) is known color: Perano. HEX triplet: AC, B6 and ED. RGB value is (172,182,237). Sum of RGB (Red+Green+Blue) = 172+182+237=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6ED is #534912. Grayscale: #B9B9B9. Windows color (decimal): -5458195 or 15578796. OLE color: 15578796.
HSL color Cylindrical-coordinate representation of color #ACB6ED: hue angle of 230.77º 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 #ACB6ED is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 182 | 237 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.07 |
| HSL | 230.77º | 0.64% | 0.8% | - |
| HSV(B) | 230.77º | 0.27% | 0.93% | - |
| XYZ | 49.03 | 48.34 | 86.87 | - |
| YUV | 185.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 237 | 0.27 | 0.23 | 0 | 0.07 | 230.77 | 0.64 | 0.8 |
| Hex | AC | B6 | ED | 1B | 17 | 0 | 7 | E7 | 40 | 50 |
| Octal | 254 | 266 | 355 | 33 | 27 | 0 | 7 | 347 | 100 | 120 |
| Binary | 10101100 | 10110110 | 11101101 | 11011 | 10111 | 0 | 111 | 11100111 | 1000000 | 1010000 |
Color Harmonies of #ACB6ED
Complementary color
Monochromatic Colors of #ACB6ED
Black with #ACB6ED
Text Example
Text Example
White with #ACB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6ED; }
p { color: rgb(172,182,237); }
H1.HeaderClassName
{
color: #ACB6ED;
}
.AnyTagClassName
{
color: #ACB6ED;
}
</style>
background-color css
<style>
a { background-color: #ACB6ED; }
a { background-color: rgb(172,182,237); }
div.DivClassName
{
background-color: #ACB6ED;
}
.BgClassName
{
background-color: #ACB6ED;
}
</style>
border-color css
<style>
span { border-color: #ACB6ED; }
span { border-color: rgb(172,182,237); }
td.TdClassName
{
border-color: #ACB6ED;
}
.TagClassName
{
border-color: #ACB6ED;
}
</style>