Shades of Perano #ACBBDD
Tints of Perano #ACBBDD
RGB
CMYK
RGB Variations
Color information
#ACBBDD (or 0xACBBDD) is known color: Perano. HEX triplet: AC, BB and DD. RGB value is (172,187,221). Sum of RGB (Red+Green+Blue) = 172+187+221=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBDD is #534422. Grayscale: #BABABA. Windows color (decimal): -5456931 or 14531500. OLE color: 14531500.
HSL color Cylindrical-coordinate representation of color #ACBBDD: hue angle of 221.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBBDD is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 187 | 221 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.13 |
| HSL | 221.63º | 0.42% | 0.77% | - |
| HSV(B) | 221.63º | 0.22% | 0.87% | - |
| XYZ | 47.83 | 49.53 | 75.45 | - |
| YUV | 186.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 221 | 0.22 | 0.15 | 0 | 0.13 | 221.63 | 0.42 | 0.77 |
| Hex | AC | BB | DD | 16 | F | 0 | D | DE | 2A | 4D |
| Octal | 254 | 273 | 335 | 26 | 17 | 0 | 15 | 336 | 52 | 115 |
| Binary | 10101100 | 10111011 | 11011101 | 10110 | 1111 | 0 | 1101 | 11011110 | 101010 | 1001101 |
Color Harmonies of #ACBBDD
Complementary color
Monochromatic Colors of #ACBBDD
Black with #ACBBDD
Text Example
Text Example
White with #ACBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBDD; }
p { color: rgb(172,187,221); }
H1.HeaderClassName
{
color: #ACBBDD;
}
.AnyTagClassName
{
color: #ACBBDD;
}
</style>
background-color css
<style>
a { background-color: #ACBBDD; }
a { background-color: rgb(172,187,221); }
div.DivClassName
{
background-color: #ACBBDD;
}
.BgClassName
{
background-color: #ACBBDD;
}
</style>
border-color css
<style>
span { border-color: #ACBBDD; }
span { border-color: rgb(172,187,221); }
td.TdClassName
{
border-color: #ACBBDD;
}
.TagClassName
{
border-color: #ACBBDD;
}
</style>