Shades of Perano #ABB9F0
Tints of Perano #ABB9F0
RGB
CMYK
RGB Variations
Color information
#ABB9F0 (or 0xABB9F0) is known color: Perano. HEX triplet: AB, B9 and F0. RGB value is (171,185,240). Sum of RGB (Red+Green+Blue) = 171+185+240=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9F0 is #54460F. Grayscale: #BABABA. Windows color (decimal): -5522960 or 15776171. OLE color: 15776171.
HSL color Cylindrical-coordinate representation of color #ABB9F0: hue angle of 227.83º 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 #ABB9F0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 185 | 240 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.06 |
| HSL | 227.83º | 0.7% | 0.81% | - |
| HSV(B) | 227.83º | 0.29% | 0.94% | - |
| XYZ | 49.87 | 49.65 | 89.39 | - |
| YUV | 187.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 240 | 0.29 | 0.23 | 0 | 0.06 | 227.83 | 0.7 | 0.81 |
| Hex | AB | B9 | F0 | 1D | 17 | 0 | 6 | E4 | 46 | 51 |
| Octal | 253 | 271 | 360 | 35 | 27 | 0 | 6 | 344 | 106 | 121 |
| Binary | 10101011 | 10111001 | 11110000 | 11101 | 10111 | 0 | 110 | 11100100 | 1000110 | 1010001 |
Color Harmonies of #ABB9F0
Complementary color
Monochromatic Colors of #ABB9F0
Black with #ABB9F0
Text Example
Text Example
White with #ABB9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9F0; }
p { color: rgb(171,185,240); }
H1.HeaderClassName
{
color: #ABB9F0;
}
.AnyTagClassName
{
color: #ABB9F0;
}
</style>
background-color css
<style>
a { background-color: #ABB9F0; }
a { background-color: rgb(171,185,240); }
div.DivClassName
{
background-color: #ABB9F0;
}
.BgClassName
{
background-color: #ABB9F0;
}
</style>
border-color css
<style>
span { border-color: #ABB9F0; }
span { border-color: rgb(171,185,240); }
td.TdClassName
{
border-color: #ABB9F0;
}
.TagClassName
{
border-color: #ABB9F0;
}
</style>