Shades of Perano #ABADE4
Tints of Perano #ABADE4
RGB
CMYK
RGB Variations
Color information
#ABADE4 (or 0xABADE4) is known color: Perano. HEX triplet: AB, AD and E4. RGB value is (171,173,228). Sum of RGB (Red+Green+Blue) = 171+173+228=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADE4 is #54521B. Grayscale: #B2B2B2. Windows color (decimal): -5526044 or 14986667. OLE color: 14986667.
HSL color Cylindrical-coordinate representation of color #ABADE4: hue angle of 237.89º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABADE4 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 171 | 173 | 228 | - |
CMYK | 0.25 | 0.24 | 0 | 0.11 |
HSL | 237.89º | 0.51% | 0.78% | - |
HSV(B) | 237.89º | 0.25% | 0.89% | - |
XYZ | 45.74 | 44.15 | 79.51 | - |
YUV | 178.67 | 155.84 | 122.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 173 | 228 | 0.25 | 0.24 | 0 | 0.11 | 237.89 | 0.51 | 0.78 |
Hex | AB | AD | E4 | 19 | 18 | 0 | B | EE | 33 | 4E |
Octal | 253 | 255 | 344 | 31 | 30 | 0 | 13 | 356 | 63 | 116 |
Binary | 10101011 | 10101101 | 11100100 | 11001 | 11000 | 0 | 1011 | 11101110 | 110011 | 1001110 |
Color Harmonies of #ABADE4
Complementary color
Monochromatic Colors of #ABADE4
Black with #ABADE4
Text Example
Text Example
White with #ABADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADE4; }
p { color: rgb(171,173,228); }
H1.HeaderClassName
{
color: #ABADE4;
}
.AnyTagClassName
{
color: #ABADE4;
}
</style>
background-color css
<style>
a { background-color: #ABADE4; }
a { background-color: rgb(171,173,228); }
div.DivClassName
{
background-color: #ABADE4;
}
.BgClassName
{
background-color: #ABADE4;
}
</style>
border-color css
<style>
span { border-color: #ABADE4; }
span { border-color: rgb(171,173,228); }
td.TdClassName
{
border-color: #ABADE4;
}
.TagClassName
{
border-color: #ABADE4;
}
</style>