Shades of Perano #ABADE2
Tints of Perano #ABADE2
RGB
CMYK
RGB Variations
Color information
#ABADE2 (or 0xABADE2) is known color: Perano. HEX triplet: AB, AD and E2. RGB value is (171,173,226). Sum of RGB (Red+Green+Blue) = 171+173+226=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADE2 is #54521D. Grayscale: #B2B2B2. Windows color (decimal): -5526046 or 14855595. OLE color: 14855595.
HSL color Cylindrical-coordinate representation of color #ABADE2: hue angle of 237.82º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABADE2 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 173 | 226 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.11 |
| HSL | 237.82º | 0.49% | 0.78% | - |
| HSV(B) | 237.82º | 0.24% | 0.89% | - |
| XYZ | 45.47 | 44.04 | 78.06 | - |
| YUV | 178.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 226 | 0.24 | 0.23 | 0 | 0.11 | 237.82 | 0.49 | 0.78 |
| Hex | AB | AD | E2 | 18 | 17 | 0 | B | EE | 31 | 4E |
| Octal | 253 | 255 | 342 | 30 | 27 | 0 | 13 | 356 | 61 | 116 |
| Binary | 10101011 | 10101101 | 11100010 | 11000 | 10111 | 0 | 1011 | 11101110 | 110001 | 1001110 |
Color Harmonies of #ABADE2
Complementary color
Monochromatic Colors of #ABADE2
Black with #ABADE2
Text Example
Text Example
White with #ABADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADE2; }
p { color: rgb(171,173,226); }
H1.HeaderClassName
{
color: #ABADE2;
}
.AnyTagClassName
{
color: #ABADE2;
}
</style>
background-color css
<style>
a { background-color: #ABADE2; }
a { background-color: rgb(171,173,226); }
div.DivClassName
{
background-color: #ABADE2;
}
.BgClassName
{
background-color: #ABADE2;
}
</style>
border-color css
<style>
span { border-color: #ABADE2; }
span { border-color: rgb(171,173,226); }
td.TdClassName
{
border-color: #ABADE2;
}
.TagClassName
{
border-color: #ABADE2;
}
</style>