Shades of Perano #ABBBF1
Tints of Perano #ABBBF1
RGB
CMYK
RGB Variations
Color information
#ABBBF1 (or 0xABBBF1) is known color: Perano. HEX triplet: AB, BB and F1. RGB value is (171,187,241). Sum of RGB (Red+Green+Blue) = 171+187+241=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABBBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBF1 is #54440E. Grayscale: #BCBCBC. Windows color (decimal): -5522447 or 15842219. OLE color: 15842219.
HSL color Cylindrical-coordinate representation of color #ABBBF1: hue angle of 226.29º 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 #ABBBF1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 187 | 241 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.05 |
| HSL | 226.29º | 0.71% | 0.81% | - |
| HSV(B) | 226.29º | 0.29% | 0.95% | - |
| XYZ | 50.44 | 50.55 | 90.32 | - |
| YUV | 188.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 241 | 0.29 | 0.22 | 0 | 0.05 | 226.29 | 0.71 | 0.81 |
| Hex | AB | BB | F1 | 1D | 16 | 0 | 5 | E2 | 47 | 51 |
| Octal | 253 | 273 | 361 | 35 | 26 | 0 | 5 | 342 | 107 | 121 |
| Binary | 10101011 | 10111011 | 11110001 | 11101 | 10110 | 0 | 101 | 11100010 | 1000111 | 1010001 |
Color Harmonies of #ABBBF1
Complementary color
Monochromatic Colors of #ABBBF1
Black with #ABBBF1
Text Example
Text Example
White with #ABBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBF1; }
p { color: rgb(171,187,241); }
H1.HeaderClassName
{
color: #ABBBF1;
}
.AnyTagClassName
{
color: #ABBBF1;
}
</style>
background-color css
<style>
a { background-color: #ABBBF1; }
a { background-color: rgb(171,187,241); }
div.DivClassName
{
background-color: #ABBBF1;
}
.BgClassName
{
background-color: #ABBBF1;
}
</style>
border-color css
<style>
span { border-color: #ABBBF1; }
span { border-color: rgb(171,187,241); }
td.TdClassName
{
border-color: #ABBBF1;
}
.TagClassName
{
border-color: #ABBBF1;
}
</style>