Shades of Perano #ACB2EB
Tints of Perano #ACB2EB
RGB
CMYK
RGB Variations
Color information
#ACB2EB (or 0xACB2EB) is known color: Perano. HEX triplet: AC, B2 and EB. RGB value is (172,178,235). Sum of RGB (Red+Green+Blue) = 172+178+235=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2EB is #534D14. Grayscale: #B6B6B6. Windows color (decimal): -5459221 or 15446700. OLE color: 15446700.
HSL color Cylindrical-coordinate representation of color #ACB2EB: hue angle of 234.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB2EB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 178 | 235 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.08 |
| HSL | 234.29º | 0.61% | 0.8% | - |
| HSV(B) | 234.29º | 0.27% | 0.92% | - |
| XYZ | 47.93 | 46.61 | 85.07 | - |
| YUV | 182.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 235 | 0.27 | 0.24 | 0 | 0.08 | 234.29 | 0.61 | 0.8 |
| Hex | AC | B2 | EB | 1B | 18 | 0 | 8 | EA | 3D | 50 |
| Octal | 254 | 262 | 353 | 33 | 30 | 0 | 10 | 352 | 75 | 120 |
| Binary | 10101100 | 10110010 | 11101011 | 11011 | 11000 | 0 | 1000 | 11101010 | 111101 | 1010000 |
Color Harmonies of #ACB2EB
Complementary color
Monochromatic Colors of #ACB2EB
Black with #ACB2EB
Text Example
Text Example
White with #ACB2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2EB; }
p { color: rgb(172,178,235); }
H1.HeaderClassName
{
color: #ACB2EB;
}
.AnyTagClassName
{
color: #ACB2EB;
}
</style>
background-color css
<style>
a { background-color: #ACB2EB; }
a { background-color: rgb(172,178,235); }
div.DivClassName
{
background-color: #ACB2EB;
}
.BgClassName
{
background-color: #ACB2EB;
}
</style>
border-color css
<style>
span { border-color: #ACB2EB; }
span { border-color: rgb(172,178,235); }
td.TdClassName
{
border-color: #ACB2EB;
}
.TagClassName
{
border-color: #ACB2EB;
}
</style>