Shades of Perano #ABBFF6
Tints of Perano #ABBFF6
RGB
CMYK
RGB Variations
Color information
#ABBFF6 (or 0xABBFF6) is known color: Perano. HEX triplet: AB, BF and F6. RGB value is (171,191,246). Sum of RGB (Red+Green+Blue) = 171+191+246=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF6 is #544009. Grayscale: #BFBFBF. Windows color (decimal): -5521418 or 16170923. OLE color: 16170923.
HSL color Cylindrical-coordinate representation of color #ABBFF6: hue angle of 224º 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 #ABBFF6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 191 | 246 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.04 |
| HSL | 224º | 0.81% | 0.82% | - |
| HSV(B) | 224º | 0.3% | 0.96% | - |
| XYZ | 52.06 | 52.57 | 94.59 | - |
| YUV | 191.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 246 | 0.30 | 0.22 | 0 | 0.04 | 224 | 0.81 | 0.82 |
| Hex | AB | BF | F6 | 1E | 16 | 0 | 4 | E0 | 51 | 52 |
| Octal | 253 | 277 | 366 | 36 | 26 | 0 | 4 | 340 | 121 | 122 |
| Binary | 10101011 | 10111111 | 11110110 | 11110 | 10110 | 0 | 100 | 11100000 | 1010001 | 1010010 |
Color Harmonies of #ABBFF6
Complementary color
Monochromatic Colors of #ABBFF6
Black with #ABBFF6
Text Example
Text Example
White with #ABBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFF6; }
p { color: rgb(171,191,246); }
H1.HeaderClassName
{
color: #ABBFF6;
}
.AnyTagClassName
{
color: #ABBFF6;
}
</style>
background-color css
<style>
a { background-color: #ABBFF6; }
a { background-color: rgb(171,191,246); }
div.DivClassName
{
background-color: #ABBFF6;
}
.BgClassName
{
background-color: #ABBFF6;
}
</style>
border-color css
<style>
span { border-color: #ABBFF6; }
span { border-color: rgb(171,191,246); }
td.TdClassName
{
border-color: #ABBFF6;
}
.TagClassName
{
border-color: #ABBFF6;
}
</style>