Shades of Perano #ACBBFF
Tints of Perano #ACBBFF
RGB
CMYK
RGB Variations
Color information
#ACBBFF (or 0xACBBFF) is known color: Perano. HEX triplet: AC, BB and FF. RGB value is (172,187,255). Sum of RGB (Red+Green+Blue) = 172+187+255=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBFF is #534400. Grayscale: #BDBDBD. Windows color (decimal): -5456897 or 16759724. OLE color: 16759724.
HSL color Cylindrical-coordinate representation of color #ACBBFF: hue angle of 229.16º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBBFF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 187 | 255 | - |
| CMYK | 0.33 | 0.27 | 0 | 0 |
| HSL | 229.16º | 1% | 0.84% | - |
| HSV(B) | 229.16º | 0.33% | 1% | - |
| XYZ | 52.83 | 51.53 | 101.77 | - |
| YUV | 190.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 255 | 0.33 | 0.27 | 0 | 0 | 229.16 | 1 | 0.84 |
| Hex | AC | BB | FF | 21 | 1B | 0 | 0 | E5 | 64 | 54 |
| Octal | 254 | 273 | 377 | 41 | 33 | 0 | 0 | 345 | 144 | 124 |
| Binary | 10101100 | 10111011 | 11111111 | 100001 | 11011 | 0 | 0 | 11100101 | 1100100 | 1010100 |
Color Harmonies of #ACBBFF
Complementary color
Monochromatic Colors of #ACBBFF
Black with #ACBBFF
Text Example
Text Example
White with #ACBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBFF; }
p { color: rgb(172,187,255); }
H1.HeaderClassName
{
color: #ACBBFF;
}
.AnyTagClassName
{
color: #ACBBFF;
}
</style>
background-color css
<style>
a { background-color: #ACBBFF; }
a { background-color: rgb(172,187,255); }
div.DivClassName
{
background-color: #ACBBFF;
}
.BgClassName
{
background-color: #ACBBFF;
}
</style>
border-color css
<style>
span { border-color: #ACBBFF; }
span { border-color: rgb(172,187,255); }
td.TdClassName
{
border-color: #ACBBFF;
}
.TagClassName
{
border-color: #ACBBFF;
}
</style>