Shades of Perano #ABB1F1
Tints of Perano #ABB1F1
RGB
CMYK
RGB Variations
Color information
#ABB1F1 (or 0xABB1F1) is known color: Perano. HEX triplet: AB, B1 and F1. RGB value is (171,177,241). Sum of RGB (Red+Green+Blue) = 171+177+241=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB1F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB1F1 is #544E0E. Grayscale: #B6B6B6. Windows color (decimal): -5525007 or 15839659. OLE color: 15839659.
HSL color Cylindrical-coordinate representation of color #ABB1F1: hue angle of 234.86º 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 #ABB1F1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 177 | 241 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.05 |
| HSL | 234.86º | 0.71% | 0.81% | - |
| HSV(B) | 234.86º | 0.29% | 0.95% | - |
| XYZ | 48.39 | 46.45 | 89.63 | - |
| YUV | 182.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 241 | 0.29 | 0.27 | 0 | 0.05 | 234.86 | 0.71 | 0.81 |
| Hex | AB | B1 | F1 | 1D | 1B | 0 | 5 | EB | 47 | 51 |
| Octal | 253 | 261 | 361 | 35 | 33 | 0 | 5 | 353 | 107 | 121 |
| Binary | 10101011 | 10110001 | 11110001 | 11101 | 11011 | 0 | 101 | 11101011 | 1000111 | 1010001 |
Color Harmonies of #ABB1F1
Complementary color
Monochromatic Colors of #ABB1F1
Black with #ABB1F1
Text Example
Text Example
White with #ABB1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB1F1; }
p { color: rgb(171,177,241); }
H1.HeaderClassName
{
color: #ABB1F1;
}
.AnyTagClassName
{
color: #ABB1F1;
}
</style>
background-color css
<style>
a { background-color: #ABB1F1; }
a { background-color: rgb(171,177,241); }
div.DivClassName
{
background-color: #ABB1F1;
}
.BgClassName
{
background-color: #ABB1F1;
}
</style>
border-color css
<style>
span { border-color: #ABB1F1; }
span { border-color: rgb(171,177,241); }
td.TdClassName
{
border-color: #ABB1F1;
}
.TagClassName
{
border-color: #ABB1F1;
}
</style>