Shades of Perano #ABBADF
Tints of Perano #ABBADF
RGB
CMYK
RGB Variations
Color information
#ABBADF (or 0xABBADF) is known color: Perano. HEX triplet: AB, BA and DF. RGB value is (171,186,223). Sum of RGB (Red+Green+Blue) = 171+186+223=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBADF is #544520. Grayscale: #B9B9B9. Windows color (decimal): -5522721 or 14662315. OLE color: 14662315.
HSL color Cylindrical-coordinate representation of color #ABBADF: hue angle of 222.69º degrees, saturation: 0.45, 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 #ABBADF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 186 | 223 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.13 |
| HSL | 222.69º | 0.45% | 0.77% | - |
| HSV(B) | 222.69º | 0.23% | 0.87% | - |
| XYZ | 47.67 | 49.1 | 76.78 | - |
| YUV | 185.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 223 | 0.23 | 0.17 | 0 | 0.13 | 222.69 | 0.45 | 0.77 |
| Hex | AB | BA | DF | 17 | 11 | 0 | D | DF | 2D | 4D |
| Octal | 253 | 272 | 337 | 27 | 21 | 0 | 15 | 337 | 55 | 115 |
| Binary | 10101011 | 10111010 | 11011111 | 10111 | 10001 | 0 | 1101 | 11011111 | 101101 | 1001101 |
Color Harmonies of #ABBADF
Complementary color
Monochromatic Colors of #ABBADF
Black with #ABBADF
Text Example
Text Example
White with #ABBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBADF; }
p { color: rgb(171,186,223); }
H1.HeaderClassName
{
color: #ABBADF;
}
.AnyTagClassName
{
color: #ABBADF;
}
</style>
background-color css
<style>
a { background-color: #ABBADF; }
a { background-color: rgb(171,186,223); }
div.DivClassName
{
background-color: #ABBADF;
}
.BgClassName
{
background-color: #ABBADF;
}
</style>
border-color css
<style>
span { border-color: #ABBADF; }
span { border-color: rgb(171,186,223); }
td.TdClassName
{
border-color: #ABBADF;
}
.TagClassName
{
border-color: #ABBADF;
}
</style>