Shades of Perano #ACB9ED
Tints of Perano #ACB9ED
RGB
CMYK
RGB Variations
Color information
#ACB9ED (or 0xACB9ED) is known color: Perano. HEX triplet: AC, B9 and ED. RGB value is (172,185,237). Sum of RGB (Red+Green+Blue) = 172+185+237=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9ED is #534612. Grayscale: #BABABA. Windows color (decimal): -5457427 or 15579564. OLE color: 15579564.
HSL color Cylindrical-coordinate representation of color #ACB9ED: hue angle of 228º 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 #ACB9ED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 185 | 237 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.07 |
| HSL | 228º | 0.64% | 0.8% | - |
| HSV(B) | 228º | 0.27% | 0.93% | - |
| XYZ | 49.65 | 49.58 | 87.07 | - |
| YUV | 187.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 237 | 0.27 | 0.22 | 0 | 0.07 | 228 | 0.64 | 0.8 |
| Hex | AC | B9 | ED | 1B | 16 | 0 | 7 | E4 | 40 | 50 |
| Octal | 254 | 271 | 355 | 33 | 26 | 0 | 7 | 344 | 100 | 120 |
| Binary | 10101100 | 10111001 | 11101101 | 11011 | 10110 | 0 | 111 | 11100100 | 1000000 | 1010000 |
Color Harmonies of #ACB9ED
Complementary color
Monochromatic Colors of #ACB9ED
Black with #ACB9ED
Text Example
Text Example
White with #ACB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9ED; }
p { color: rgb(172,185,237); }
H1.HeaderClassName
{
color: #ACB9ED;
}
.AnyTagClassName
{
color: #ACB9ED;
}
</style>
background-color css
<style>
a { background-color: #ACB9ED; }
a { background-color: rgb(172,185,237); }
div.DivClassName
{
background-color: #ACB9ED;
}
.BgClassName
{
background-color: #ACB9ED;
}
</style>
border-color css
<style>
span { border-color: #ACB9ED; }
span { border-color: rgb(172,185,237); }
td.TdClassName
{
border-color: #ACB9ED;
}
.TagClassName
{
border-color: #ACB9ED;
}
</style>