Shades of Perano #ABADE8
Tints of Perano #ABADE8
RGB
CMYK
RGB Variations
Color information
#ABADE8 (or 0xABADE8) is known color: Perano. HEX triplet: AB, AD and E8. RGB value is (171,173,232). Sum of RGB (Red+Green+Blue) = 171+173+232=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADE8 is #545217. Grayscale: #B2B2B2. Windows color (decimal): -5526040 or 15248811. OLE color: 15248811.
HSL color Cylindrical-coordinate representation of color #ABADE8: hue angle of 238.03º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABADE8 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 173 | 232 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.09 |
| HSL | 238.03º | 0.57% | 0.79% | - |
| HSV(B) | 238.03º | 0.26% | 0.91% | - |
| XYZ | 46.3 | 44.37 | 82.47 | - |
| YUV | 179.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 232 | 0.26 | 0.25 | 0 | 0.09 | 238.03 | 0.57 | 0.79 |
| Hex | AB | AD | E8 | 1A | 19 | 0 | 9 | EE | 39 | 4F |
| Octal | 253 | 255 | 350 | 32 | 31 | 0 | 11 | 356 | 71 | 117 |
| Binary | 10101011 | 10101101 | 11101000 | 11010 | 11001 | 0 | 1001 | 11101110 | 111001 | 1001111 |
Color Harmonies of #ABADE8
Complementary color
Monochromatic Colors of #ABADE8
Black with #ABADE8
Text Example
Text Example
White with #ABADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADE8; }
p { color: rgb(171,173,232); }
H1.HeaderClassName
{
color: #ABADE8;
}
.AnyTagClassName
{
color: #ABADE8;
}
</style>
background-color css
<style>
a { background-color: #ABADE8; }
a { background-color: rgb(171,173,232); }
div.DivClassName
{
background-color: #ABADE8;
}
.BgClassName
{
background-color: #ABADE8;
}
</style>
border-color css
<style>
span { border-color: #ABADE8; }
span { border-color: rgb(171,173,232); }
td.TdClassName
{
border-color: #ABADE8;
}
.TagClassName
{
border-color: #ABADE8;
}
</style>