Shades of Perano #ABADDF
Tints of Perano #ABADDF
RGB
CMYK
RGB Variations
Color information
#ABADDF (or 0xABADDF) is known color: Perano. HEX triplet: AB, AD and DF. RGB value is (171,173,223). Sum of RGB (Red+Green+Blue) = 171+173+223=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADDF is #545220. Grayscale: #B1B1B1. Windows color (decimal): -5526049 or 14658987. OLE color: 14658987.
HSL color Cylindrical-coordinate representation of color #ABADDF: hue angle of 237.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 #ABADDF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 173 | 223 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.13 |
| HSL | 237.69º | 0.45% | 0.77% | - |
| HSV(B) | 237.69º | 0.23% | 0.87% | - |
| XYZ | 45.06 | 43.87 | 75.91 | - |
| YUV | 178.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 223 | 0.23 | 0.22 | 0 | 0.13 | 237.69 | 0.45 | 0.77 |
| Hex | AB | AD | DF | 17 | 16 | 0 | D | EE | 2D | 4D |
| Octal | 253 | 255 | 337 | 27 | 26 | 0 | 15 | 356 | 55 | 115 |
| Binary | 10101011 | 10101101 | 11011111 | 10111 | 10110 | 0 | 1101 | 11101110 | 101101 | 1001101 |
Color Harmonies of #ABADDF
Complementary color
Monochromatic Colors of #ABADDF
Black with #ABADDF
Text Example
Text Example
White with #ABADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADDF; }
p { color: rgb(171,173,223); }
H1.HeaderClassName
{
color: #ABADDF;
}
.AnyTagClassName
{
color: #ABADDF;
}
</style>
background-color css
<style>
a { background-color: #ABADDF; }
a { background-color: rgb(171,173,223); }
div.DivClassName
{
background-color: #ABADDF;
}
.BgClassName
{
background-color: #ABADDF;
}
</style>
border-color css
<style>
span { border-color: #ABADDF; }
span { border-color: rgb(171,173,223); }
td.TdClassName
{
border-color: #ABADDF;
}
.TagClassName
{
border-color: #ABADDF;
}
</style>