Shades of Perano #ABADED
Tints of Perano #ABADED
RGB
CMYK
RGB Variations
Color information
#ABADED (or 0xABADED) is known color: Perano. HEX triplet: AB, AD and ED. RGB value is (171,173,237). Sum of RGB (Red+Green+Blue) = 171+173+237=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADED is #545212. Grayscale: #B3B3B3. Windows color (decimal): -5526035 or 15576491. OLE color: 15576491.
HSL color Cylindrical-coordinate representation of color #ABADED: hue angle of 238.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABADED is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 173 | 237 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.07 |
| HSL | 238.18º | 0.65% | 0.8% | - |
| HSV(B) | 238.18º | 0.28% | 0.93% | - |
| XYZ | 47.02 | 44.66 | 86.26 | - |
| YUV | 179.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 237 | 0.28 | 0.27 | 0 | 0.07 | 238.18 | 0.65 | 0.8 |
| Hex | AB | AD | ED | 1C | 1B | 0 | 7 | EE | 41 | 50 |
| Octal | 253 | 255 | 355 | 34 | 33 | 0 | 7 | 356 | 101 | 120 |
| Binary | 10101011 | 10101101 | 11101101 | 11100 | 11011 | 0 | 111 | 11101110 | 1000001 | 1010000 |
Color Harmonies of #ABADED
Complementary color
Monochromatic Colors of #ABADED
Black with #ABADED
Text Example
Text Example
White with #ABADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADED; }
p { color: rgb(171,173,237); }
H1.HeaderClassName
{
color: #ABADED;
}
.AnyTagClassName
{
color: #ABADED;
}
</style>
background-color css
<style>
a { background-color: #ABADED; }
a { background-color: rgb(171,173,237); }
div.DivClassName
{
background-color: #ABADED;
}
.BgClassName
{
background-color: #ABADED;
}
</style>
border-color css
<style>
span { border-color: #ABADED; }
span { border-color: rgb(171,173,237); }
td.TdClassName
{
border-color: #ABADED;
}
.TagClassName
{
border-color: #ABADED;
}
</style>