Shades of Perano #ACB6E7
Tints of Perano #ACB6E7
RGB
CMYK
RGB Variations
Color information
#ACB6E7 (or 0xACB6E7) is known color: Perano. HEX triplet: AC, B6 and E7. RGB value is (172,182,231). Sum of RGB (Red+Green+Blue) = 172+182+231=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACB6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6E7 is #534918. Grayscale: #B8B8B8. Windows color (decimal): -5458201 or 15185580. OLE color: 15185580.
HSL color Cylindrical-coordinate representation of color #ACB6E7: hue angle of 229.83º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB6E7 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 182 | 231 | - |
CMYK | 0.26 | 0.21 | 0 | 0.09 |
HSL | 229.83º | 0.55% | 0.79% | - |
HSV(B) | 229.83º | 0.26% | 0.91% | - |
XYZ | 48.17 | 48 | 82.33 | - |
YUV | 184.6 | 154.19 | 119.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 182 | 231 | 0.26 | 0.21 | 0 | 0.09 | 229.83 | 0.55 | 0.79 |
Hex | AC | B6 | E7 | 1A | 15 | 0 | 9 | E6 | 37 | 4F |
Octal | 254 | 266 | 347 | 32 | 25 | 0 | 11 | 346 | 67 | 117 |
Binary | 10101100 | 10110110 | 11100111 | 11010 | 10101 | 0 | 1001 | 11100110 | 110111 | 1001111 |
Color Harmonies of #ACB6E7
Complementary color
Monochromatic Colors of #ACB6E7
Black with #ACB6E7
Text Example
Text Example
White with #ACB6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6E7; }
p { color: rgb(172,182,231); }
H1.HeaderClassName
{
color: #ACB6E7;
}
.AnyTagClassName
{
color: #ACB6E7;
}
</style>
background-color css
<style>
a { background-color: #ACB6E7; }
a { background-color: rgb(172,182,231); }
div.DivClassName
{
background-color: #ACB6E7;
}
.BgClassName
{
background-color: #ACB6E7;
}
</style>
border-color css
<style>
span { border-color: #ACB6E7; }
span { border-color: rgb(172,182,231); }
td.TdClassName
{
border-color: #ACB6E7;
}
.TagClassName
{
border-color: #ACB6E7;
}
</style>