Shades of Perano #ABADF0
Tints of Perano #ABADF0
RGB
CMYK
RGB Variations
Color information
#ABADF0 (or 0xABADF0) is known color: Perano. HEX triplet: AB, AD and F0. RGB value is (171,173,240). Sum of RGB (Red+Green+Blue) = 171+173+240=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADF0 is #54520F. Grayscale: #B3B3B3. Windows color (decimal): -5526032 or 15773099. OLE color: 15773099.
HSL color Cylindrical-coordinate representation of color #ABADF0: hue angle of 238.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABADF0 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 173 | 240 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.06 |
| HSL | 238.26º | 0.7% | 0.81% | - |
| HSV(B) | 238.26º | 0.29% | 0.94% | - |
| XYZ | 47.47 | 44.84 | 88.59 | - |
| YUV | 180.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 240 | 0.29 | 0.28 | 0 | 0.06 | 238.26 | 0.7 | 0.81 |
| Hex | AB | AD | F0 | 1D | 1C | 0 | 6 | EE | 46 | 51 |
| Octal | 253 | 255 | 360 | 35 | 34 | 0 | 6 | 356 | 106 | 121 |
| Binary | 10101011 | 10101101 | 11110000 | 11101 | 11100 | 0 | 110 | 11101110 | 1000110 | 1010001 |
Color Harmonies of #ABADF0
Complementary color
Monochromatic Colors of #ABADF0
Black with #ABADF0
Text Example
Text Example
White with #ABADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADF0; }
p { color: rgb(171,173,240); }
H1.HeaderClassName
{
color: #ABADF0;
}
.AnyTagClassName
{
color: #ABADF0;
}
</style>
background-color css
<style>
a { background-color: #ABADF0; }
a { background-color: rgb(171,173,240); }
div.DivClassName
{
background-color: #ABADF0;
}
.BgClassName
{
background-color: #ABADF0;
}
</style>
border-color css
<style>
span { border-color: #ABADF0; }
span { border-color: rgb(171,173,240); }
td.TdClassName
{
border-color: #ABADF0;
}
.TagClassName
{
border-color: #ABADF0;
}
</style>