Shades of Perano #ABADE3
Tints of Perano #ABADE3
RGB
CMYK
RGB Variations
Color information
#ABADE3 (or 0xABADE3) is known color: Perano. HEX triplet: AB, AD and E3. RGB value is (171,173,227). Sum of RGB (Red+Green+Blue) = 171+173+227=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADE3 is #54521C. Grayscale: #B2B2B2. Windows color (decimal): -5526045 or 14921131. OLE color: 14921131.
HSL color Cylindrical-coordinate representation of color #ABADE3: hue angle of 237.86º degrees, saturation: 0.5, 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 #ABADE3 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 173 | 227 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.11 |
| HSL | 237.86º | 0.5% | 0.78% | - |
| HSV(B) | 237.86º | 0.25% | 0.89% | - |
| XYZ | 45.6 | 44.09 | 78.78 | - |
| YUV | 178.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 227 | 0.25 | 0.24 | 0 | 0.11 | 237.86 | 0.5 | 0.78 |
| Hex | AB | AD | E3 | 19 | 18 | 0 | B | EE | 32 | 4E |
| Octal | 253 | 255 | 343 | 31 | 30 | 0 | 13 | 356 | 62 | 116 |
| Binary | 10101011 | 10101101 | 11100011 | 11001 | 11000 | 0 | 1011 | 11101110 | 110010 | 1001110 |
Color Harmonies of #ABADE3
Complementary color
Monochromatic Colors of #ABADE3
Black with #ABADE3
Text Example
Text Example
White with #ABADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADE3; }
p { color: rgb(171,173,227); }
H1.HeaderClassName
{
color: #ABADE3;
}
.AnyTagClassName
{
color: #ABADE3;
}
</style>
background-color css
<style>
a { background-color: #ABADE3; }
a { background-color: rgb(171,173,227); }
div.DivClassName
{
background-color: #ABADE3;
}
.BgClassName
{
background-color: #ABADE3;
}
</style>
border-color css
<style>
span { border-color: #ABADE3; }
span { border-color: rgb(171,173,227); }
td.TdClassName
{
border-color: #ABADE3;
}
.TagClassName
{
border-color: #ABADE3;
}
</style>