Shades of Perano #ABBEF6
Tints of Perano #ABBEF6
RGB
CMYK
RGB Variations
Color information
#ABBEF6 (or 0xABBEF6) is known color: Perano. HEX triplet: AB, BE and F6. RGB value is (171,190,246). Sum of RGB (Red+Green+Blue) = 171+190+246=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABBEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEF6 is #544109. Grayscale: #BEBEBE. Windows color (decimal): -5521674 or 16170667. OLE color: 16170667.
HSL color Cylindrical-coordinate representation of color #ABBEF6: hue angle of 224.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBEF6 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 190 | 246 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.04 |
| HSL | 224.8º | 0.81% | 0.82% | - |
| HSV(B) | 224.8º | 0.3% | 0.96% | - |
| XYZ | 51.84 | 52.14 | 94.52 | - |
| YUV | 190.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 246 | 0.30 | 0.23 | 0 | 0.04 | 224.8 | 0.81 | 0.82 |
| Hex | AB | BE | F6 | 1E | 17 | 0 | 4 | E1 | 51 | 52 |
| Octal | 253 | 276 | 366 | 36 | 27 | 0 | 4 | 341 | 121 | 122 |
| Binary | 10101011 | 10111110 | 11110110 | 11110 | 10111 | 0 | 100 | 11100001 | 1010001 | 1010010 |
Color Harmonies of #ABBEF6
Complementary color
Monochromatic Colors of #ABBEF6
Black with #ABBEF6
Text Example
Text Example
White with #ABBEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEF6; }
p { color: rgb(171,190,246); }
H1.HeaderClassName
{
color: #ABBEF6;
}
.AnyTagClassName
{
color: #ABBEF6;
}
</style>
background-color css
<style>
a { background-color: #ABBEF6; }
a { background-color: rgb(171,190,246); }
div.DivClassName
{
background-color: #ABBEF6;
}
.BgClassName
{
background-color: #ABBEF6;
}
</style>
border-color css
<style>
span { border-color: #ABBEF6; }
span { border-color: rgb(171,190,246); }
td.TdClassName
{
border-color: #ABBEF6;
}
.TagClassName
{
border-color: #ABBEF6;
}
</style>