Shades of Perano #ABADDE
Tints of Perano #ABADDE
RGB
CMYK
RGB Variations
Color information
#ABADDE (or 0xABADDE) is known color: Perano. HEX triplet: AB, AD and DE. RGB value is (171,173,222). Sum of RGB (Red+Green+Blue) = 171+173+222=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADDE is #545221. Grayscale: #B1B1B1. Windows color (decimal): -5526050 or 14593451. OLE color: 14593451.
HSL color Cylindrical-coordinate representation of color #ABADDE: hue angle of 237.65º degrees, saturation: 0.44, 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 #ABADDE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 173 | 222 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.13 |
| HSL | 237.65º | 0.44% | 0.77% | - |
| HSV(B) | 237.65º | 0.23% | 0.87% | - |
| XYZ | 44.92 | 43.82 | 75.2 | - |
| YUV | 177.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 222 | 0.23 | 0.22 | 0 | 0.13 | 237.65 | 0.44 | 0.77 |
| Hex | AB | AD | DE | 17 | 16 | 0 | D | EE | 2C | 4D |
| Octal | 253 | 255 | 336 | 27 | 26 | 0 | 15 | 356 | 54 | 115 |
| Binary | 10101011 | 10101101 | 11011110 | 10111 | 10110 | 0 | 1101 | 11101110 | 101100 | 1001101 |
Color Harmonies of #ABADDE
Complementary color
Monochromatic Colors of #ABADDE
Black with #ABADDE
Text Example
Text Example
White with #ABADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADDE; }
p { color: rgb(171,173,222); }
H1.HeaderClassName
{
color: #ABADDE;
}
.AnyTagClassName
{
color: #ABADDE;
}
</style>
background-color css
<style>
a { background-color: #ABADDE; }
a { background-color: rgb(171,173,222); }
div.DivClassName
{
background-color: #ABADDE;
}
.BgClassName
{
background-color: #ABADDE;
}
</style>
border-color css
<style>
span { border-color: #ABADDE; }
span { border-color: rgb(171,173,222); }
td.TdClassName
{
border-color: #ABADDE;
}
.TagClassName
{
border-color: #ABADDE;
}
</style>