Shades of Perano #ABB2F1
Tints of Perano #ABB2F1
RGB
CMYK
RGB Variations
Color information
#ABB2F1 (or 0xABB2F1) is known color: Perano. HEX triplet: AB, B2 and F1. RGB value is (171,178,241). Sum of RGB (Red+Green+Blue) = 171+178+241=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABB2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2F1 is #544D0E. Grayscale: #B6B6B6. Windows color (decimal): -5524751 or 15839915. OLE color: 15839915.
HSL color Cylindrical-coordinate representation of color #ABB2F1: hue angle of 234º 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 #ABB2F1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 178 | 241 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 234º | 0.71% | 0.81% | - |
| HSV(B) | 234º | 0.29% | 0.95% | - |
| XYZ | 48.59 | 46.85 | 89.7 | - |
| YUV | 183.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 241 | 0.29 | 0.26 | 0 | 0.05 | 234 | 0.71 | 0.81 |
| Hex | AB | B2 | F1 | 1D | 1A | 0 | 5 | EA | 47 | 51 |
| Octal | 253 | 262 | 361 | 35 | 32 | 0 | 5 | 352 | 107 | 121 |
| Binary | 10101011 | 10110010 | 11110001 | 11101 | 11010 | 0 | 101 | 11101010 | 1000111 | 1010001 |
Color Harmonies of #ABB2F1
Complementary color
Monochromatic Colors of #ABB2F1
Black with #ABB2F1
Text Example
Text Example
White with #ABB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2F1; }
p { color: rgb(171,178,241); }
H1.HeaderClassName
{
color: #ABB2F1;
}
.AnyTagClassName
{
color: #ABB2F1;
}
</style>
background-color css
<style>
a { background-color: #ABB2F1; }
a { background-color: rgb(171,178,241); }
div.DivClassName
{
background-color: #ABB2F1;
}
.BgClassName
{
background-color: #ABB2F1;
}
</style>
border-color css
<style>
span { border-color: #ABB2F1; }
span { border-color: rgb(171,178,241); }
td.TdClassName
{
border-color: #ABB2F1;
}
.TagClassName
{
border-color: #ABB2F1;
}
</style>