Shades of Perano #ABB3F1
Tints of Perano #ABB3F1
RGB
CMYK
RGB Variations
Color information
#ABB3F1 (or 0xABB3F1) is known color: Perano. HEX triplet: AB, B3 and F1. RGB value is (171,179,241). Sum of RGB (Red+Green+Blue) = 171+179+241=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3F1 is #544C0E. Grayscale: #B7B7B7. Windows color (decimal): -5524495 or 15840171. OLE color: 15840171.
HSL color Cylindrical-coordinate representation of color #ABB3F1: hue angle of 233.14º 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 #ABB3F1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 179 | 241 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 233.14º | 0.71% | 0.81% | - |
| HSV(B) | 233.14º | 0.29% | 0.95% | - |
| XYZ | 48.79 | 47.25 | 89.77 | - |
| YUV | 183.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 241 | 0.29 | 0.26 | 0 | 0.05 | 233.14 | 0.71 | 0.81 |
| Hex | AB | B3 | F1 | 1D | 1A | 0 | 5 | E9 | 47 | 51 |
| Octal | 253 | 263 | 361 | 35 | 32 | 0 | 5 | 351 | 107 | 121 |
| Binary | 10101011 | 10110011 | 11110001 | 11101 | 11010 | 0 | 101 | 11101001 | 1000111 | 1010001 |
Color Harmonies of #ABB3F1
Complementary color
Monochromatic Colors of #ABB3F1
Black with #ABB3F1
Text Example
Text Example
White with #ABB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB3F1; }
p { color: rgb(171,179,241); }
H1.HeaderClassName
{
color: #ABB3F1;
}
.AnyTagClassName
{
color: #ABB3F1;
}
</style>
background-color css
<style>
a { background-color: #ABB3F1; }
a { background-color: rgb(171,179,241); }
div.DivClassName
{
background-color: #ABB3F1;
}
.BgClassName
{
background-color: #ABB3F1;
}
</style>
border-color css
<style>
span { border-color: #ABB3F1; }
span { border-color: rgb(171,179,241); }
td.TdClassName
{
border-color: #ABB3F1;
}
.TagClassName
{
border-color: #ABB3F1;
}
</style>