Shades of Perano #ACB2ED
Tints of Perano #ACB2ED
RGB
CMYK
RGB Variations
Color information
#ACB2ED (or 0xACB2ED) is known color: Perano. HEX triplet: AC, B2 and ED. RGB value is (172,178,237). Sum of RGB (Red+Green+Blue) = 172+178+237=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2ED is #534D12. Grayscale: #B6B6B6. Windows color (decimal): -5459219 or 15577772. OLE color: 15577772.
HSL color Cylindrical-coordinate representation of color #ACB2ED: hue angle of 234.46º 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 #ACB2ED is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 178 | 237 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.07 |
| HSL | 234.46º | 0.64% | 0.8% | - |
| HSV(B) | 234.46º | 0.27% | 0.93% | - |
| XYZ | 48.22 | 46.73 | 86.6 | - |
| YUV | 182.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 237 | 0.27 | 0.25 | 0 | 0.07 | 234.46 | 0.64 | 0.8 |
| Hex | AC | B2 | ED | 1B | 19 | 0 | 7 | EA | 40 | 50 |
| Octal | 254 | 262 | 355 | 33 | 31 | 0 | 7 | 352 | 100 | 120 |
| Binary | 10101100 | 10110010 | 11101101 | 11011 | 11001 | 0 | 111 | 11101010 | 1000000 | 1010000 |
Color Harmonies of #ACB2ED
Complementary color
Monochromatic Colors of #ACB2ED
Black with #ACB2ED
Text Example
Text Example
White with #ACB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2ED; }
p { color: rgb(172,178,237); }
H1.HeaderClassName
{
color: #ACB2ED;
}
.AnyTagClassName
{
color: #ACB2ED;
}
</style>
background-color css
<style>
a { background-color: #ACB2ED; }
a { background-color: rgb(172,178,237); }
div.DivClassName
{
background-color: #ACB2ED;
}
.BgClassName
{
background-color: #ACB2ED;
}
</style>
border-color css
<style>
span { border-color: #ACB2ED; }
span { border-color: rgb(172,178,237); }
td.TdClassName
{
border-color: #ACB2ED;
}
.TagClassName
{
border-color: #ACB2ED;
}
</style>