Shades of Perano #ACB7E6
Tints of Perano #ACB7E6
RGB
CMYK
RGB Variations
Color information
#ACB7E6 (or 0xACB7E6) is known color: Perano. HEX triplet: AC, B7 and E6. RGB value is (172,183,230). Sum of RGB (Red+Green+Blue) = 172+183+230=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACB7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7E6 is #534819. Grayscale: #B8B8B8. Windows color (decimal): -5457946 or 15120300. OLE color: 15120300.
HSL color Cylindrical-coordinate representation of color #ACB7E6: hue angle of 228.62º 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 #ACB7E6 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 183 | 230 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.10 |
| HSL | 228.62º | 0.54% | 0.79% | - |
| HSV(B) | 228.62º | 0.25% | 0.9% | - |
| XYZ | 48.23 | 48.35 | 81.65 | - |
| YUV | 185.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 230 | 0.25 | 0.20 | 0 | 0.10 | 228.62 | 0.54 | 0.79 |
| Hex | AC | B7 | E6 | 19 | 14 | 0 | A | E5 | 36 | 4F |
| Octal | 254 | 267 | 346 | 31 | 24 | 0 | 12 | 345 | 66 | 117 |
| Binary | 10101100 | 10110111 | 11100110 | 11001 | 10100 | 0 | 1010 | 11100101 | 110110 | 1001111 |
Color Harmonies of #ACB7E6
Complementary color
Monochromatic Colors of #ACB7E6
Black with #ACB7E6
Text Example
Text Example
White with #ACB7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7E6; }
p { color: rgb(172,183,230); }
H1.HeaderClassName
{
color: #ACB7E6;
}
.AnyTagClassName
{
color: #ACB7E6;
}
</style>
background-color css
<style>
a { background-color: #ACB7E6; }
a { background-color: rgb(172,183,230); }
div.DivClassName
{
background-color: #ACB7E6;
}
.BgClassName
{
background-color: #ACB7E6;
}
</style>
border-color css
<style>
span { border-color: #ACB7E6; }
span { border-color: rgb(172,183,230); }
td.TdClassName
{
border-color: #ACB7E6;
}
.TagClassName
{
border-color: #ACB7E6;
}
</style>