Shades of Perano #ABC0F1
Tints of Perano #ABC0F1
RGB
CMYK
RGB Variations
Color information
#ABC0F1 (or 0xABC0F1) is known color: Perano. HEX triplet: AB, C0 and F1. RGB value is (171,192,241). Sum of RGB (Red+Green+Blue) = 171+192+241=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABC0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0F1 is #543F0E. Grayscale: #BFBFBF. Windows color (decimal): -5521167 or 15843499. OLE color: 15843499.
HSL color Cylindrical-coordinate representation of color #ABC0F1: hue angle of 222º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC0F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 192 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 222º | 0.71% | 0.81% | - |
| HSV(B) | 222º | 0.29% | 0.95% | - |
| XYZ | 51.52 | 52.71 | 90.68 | - |
| YUV | 191.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 241 | 0.29 | 0.20 | 0 | 0.05 | 222 | 0.71 | 0.81 |
| Hex | AB | C0 | F1 | 1D | 14 | 0 | 5 | DE | 47 | 51 |
| Octal | 253 | 300 | 361 | 35 | 24 | 0 | 5 | 336 | 107 | 121 |
| Binary | 10101011 | 11000000 | 11110001 | 11101 | 10100 | 0 | 101 | 11011110 | 1000111 | 1010001 |
Color Harmonies of #ABC0F1
Complementary color
Monochromatic Colors of #ABC0F1
Black with #ABC0F1
Text Example
Text Example
White with #ABC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0F1; }
p { color: rgb(171,192,241); }
H1.HeaderClassName
{
color: #ABC0F1;
}
.AnyTagClassName
{
color: #ABC0F1;
}
</style>
background-color css
<style>
a { background-color: #ABC0F1; }
a { background-color: rgb(171,192,241); }
div.DivClassName
{
background-color: #ABC0F1;
}
.BgClassName
{
background-color: #ABC0F1;
}
</style>
border-color css
<style>
span { border-color: #ABC0F1; }
span { border-color: rgb(171,192,241); }
td.TdClassName
{
border-color: #ABC0F1;
}
.TagClassName
{
border-color: #ABC0F1;
}
</style>