Shades of Perano #ACB5E6
Tints of Perano #ACB5E6
RGB
CMYK
RGB Variations
Color information
#ACB5E6 (or 0xACB5E6) is known color: Perano. HEX triplet: AC, B5 and E6. RGB value is (172,181,230). Sum of RGB (Red+Green+Blue) = 172+181+230=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACB5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5E6 is #534A19. Grayscale: #B7B7B7. Windows color (decimal): -5458458 or 15119788. OLE color: 15119788.
HSL color Cylindrical-coordinate representation of color #ACB5E6: hue angle of 230.69º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB5E6 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 181 | 230 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.10 |
| HSL | 230.69º | 0.54% | 0.79% | - |
| HSV(B) | 230.69º | 0.25% | 0.9% | - |
| XYZ | 47.82 | 47.53 | 81.52 | - |
| YUV | 183.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 230 | 0.25 | 0.21 | 0 | 0.10 | 230.69 | 0.54 | 0.79 |
| Hex | AC | B5 | E6 | 19 | 15 | 0 | A | E7 | 36 | 4F |
| Octal | 254 | 265 | 346 | 31 | 25 | 0 | 12 | 347 | 66 | 117 |
| Binary | 10101100 | 10110101 | 11100110 | 11001 | 10101 | 0 | 1010 | 11100111 | 110110 | 1001111 |
Color Harmonies of #ACB5E6
Complementary color
Monochromatic Colors of #ACB5E6
Black with #ACB5E6
Text Example
Text Example
White with #ACB5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5E6; }
p { color: rgb(172,181,230); }
H1.HeaderClassName
{
color: #ACB5E6;
}
.AnyTagClassName
{
color: #ACB5E6;
}
</style>
background-color css
<style>
a { background-color: #ACB5E6; }
a { background-color: rgb(172,181,230); }
div.DivClassName
{
background-color: #ACB5E6;
}
.BgClassName
{
background-color: #ACB5E6;
}
</style>
border-color css
<style>
span { border-color: #ACB5E6; }
span { border-color: rgb(172,181,230); }
td.TdClassName
{
border-color: #ACB5E6;
}
.TagClassName
{
border-color: #ACB5E6;
}
</style>