Shades of Perano #ABBADD
Tints of Perano #ABBADD
RGB
CMYK
RGB Variations
Color information
#ABBADD (or 0xABBADD) is known color: Perano. HEX triplet: AB, BA and DD. RGB value is (171,186,221). Sum of RGB (Red+Green+Blue) = 171+186+221=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBADD is #544522. Grayscale: #B9B9B9. Windows color (decimal): -5522723 or 14531243. OLE color: 14531243.
HSL color Cylindrical-coordinate representation of color #ABBADD: hue angle of 222º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBADD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 186 | 221 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.13 |
| HSL | 222º | 0.42% | 0.77% | - |
| HSV(B) | 222º | 0.23% | 0.87% | - |
| XYZ | 47.4 | 49 | 75.37 | - |
| YUV | 185.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 221 | 0.23 | 0.16 | 0 | 0.13 | 222 | 0.42 | 0.77 |
| Hex | AB | BA | DD | 17 | 10 | 0 | D | DE | 2A | 4D |
| Octal | 253 | 272 | 335 | 27 | 20 | 0 | 15 | 336 | 52 | 115 |
| Binary | 10101011 | 10111010 | 11011101 | 10111 | 10000 | 0 | 1101 | 11011110 | 101010 | 1001101 |
Color Harmonies of #ABBADD
Complementary color
Monochromatic Colors of #ABBADD
Black with #ABBADD
Text Example
Text Example
White with #ABBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBADD; }
p { color: rgb(171,186,221); }
H1.HeaderClassName
{
color: #ABBADD;
}
.AnyTagClassName
{
color: #ABBADD;
}
</style>
background-color css
<style>
a { background-color: #ABBADD; }
a { background-color: rgb(171,186,221); }
div.DivClassName
{
background-color: #ABBADD;
}
.BgClassName
{
background-color: #ABBADD;
}
</style>
border-color css
<style>
span { border-color: #ABBADD; }
span { border-color: rgb(171,186,221); }
td.TdClassName
{
border-color: #ABBADD;
}
.TagClassName
{
border-color: #ABBADD;
}
</style>