Shades of Perano #ACBBE0
Tints of Perano #ACBBE0
RGB
CMYK
RGB Variations
Color information
#ACBBE0 (or 0xACBBE0) is known color: Perano. HEX triplet: AC, BB and E0. RGB value is (172,187,224). Sum of RGB (Red+Green+Blue) = 172+187+224=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBE0 is #53441F. Grayscale: #BABABA. Windows color (decimal): -5456928 or 14728108. OLE color: 14728108.
HSL color Cylindrical-coordinate representation of color #ACBBE0: hue angle of 222.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBBE0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 187 | 224 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.12 |
| HSL | 222.69º | 0.46% | 0.78% | - |
| HSV(B) | 222.69º | 0.23% | 0.88% | - |
| XYZ | 48.24 | 49.69 | 77.57 | - |
| YUV | 186.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 224 | 0.23 | 0.17 | 0 | 0.12 | 222.69 | 0.46 | 0.78 |
| Hex | AC | BB | E0 | 17 | 11 | 0 | C | DF | 2E | 4E |
| Octal | 254 | 273 | 340 | 27 | 21 | 0 | 14 | 337 | 56 | 116 |
| Binary | 10101100 | 10111011 | 11100000 | 10111 | 10001 | 0 | 1100 | 11011111 | 101110 | 1001110 |
Color Harmonies of #ACBBE0
Complementary color
Monochromatic Colors of #ACBBE0
Black with #ACBBE0
Text Example
Text Example
White with #ACBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBE0; }
p { color: rgb(172,187,224); }
H1.HeaderClassName
{
color: #ACBBE0;
}
.AnyTagClassName
{
color: #ACBBE0;
}
</style>
background-color css
<style>
a { background-color: #ACBBE0; }
a { background-color: rgb(172,187,224); }
div.DivClassName
{
background-color: #ACBBE0;
}
.BgClassName
{
background-color: #ACBBE0;
}
</style>
border-color css
<style>
span { border-color: #ACBBE0; }
span { border-color: rgb(172,187,224); }
td.TdClassName
{
border-color: #ACBBE0;
}
.TagClassName
{
border-color: #ACBBE0;
}
</style>