Shades of Perano #ABBFF2
Tints of Perano #ABBFF2
RGB
CMYK
RGB Variations
Color information
#ABBFF2 (or 0xABBFF2) is known color: Perano. HEX triplet: AB, BF and F2. RGB value is (171,191,242). Sum of RGB (Red+Green+Blue) = 171+191+242=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF2 is #54400D. Grayscale: #BEBEBE. Windows color (decimal): -5521422 or 15908779. OLE color: 15908779.
HSL color Cylindrical-coordinate representation of color #ABBFF2: hue angle of 223.1º degrees, saturation: 0.73, 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 #ABBFF2 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 191 | 242 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 223.1º | 0.73% | 0.81% | - |
| HSV(B) | 223.1º | 0.29% | 0.95% | - |
| XYZ | 51.45 | 52.33 | 91.39 | - |
| YUV | 190.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 242 | 0.29 | 0.21 | 0 | 0.05 | 223.1 | 0.73 | 0.81 |
| Hex | AB | BF | F2 | 1D | 15 | 0 | 5 | DF | 49 | 51 |
| Octal | 253 | 277 | 362 | 35 | 25 | 0 | 5 | 337 | 111 | 121 |
| Binary | 10101011 | 10111111 | 11110010 | 11101 | 10101 | 0 | 101 | 11011111 | 1001001 | 1010001 |
Color Harmonies of #ABBFF2
Complementary color
Monochromatic Colors of #ABBFF2
Black with #ABBFF2
Text Example
Text Example
White with #ABBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFF2; }
p { color: rgb(171,191,242); }
H1.HeaderClassName
{
color: #ABBFF2;
}
.AnyTagClassName
{
color: #ABBFF2;
}
</style>
background-color css
<style>
a { background-color: #ABBFF2; }
a { background-color: rgb(171,191,242); }
div.DivClassName
{
background-color: #ABBFF2;
}
.BgClassName
{
background-color: #ABBFF2;
}
</style>
border-color css
<style>
span { border-color: #ABBFF2; }
span { border-color: rgb(171,191,242); }
td.TdClassName
{
border-color: #ABBFF2;
}
.TagClassName
{
border-color: #ABBFF2;
}
</style>