Shades of Perano #ABBFE6
Tints of Perano #ABBFE6
RGB
CMYK
RGB Variations
Color information
#ABBFE6 (or 0xABBFE6) is known color: Perano. HEX triplet: AB, BF and E6. RGB value is (171,191,230). Sum of RGB (Red+Green+Blue) = 171+191+230=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABBFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFE6 is #544019. Grayscale: #BDBDBD. Windows color (decimal): -5521434 or 15122347. OLE color: 15122347.
HSL color Cylindrical-coordinate representation of color #ABBFE6: hue angle of 219.66º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBFE6 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 191 | 230 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.10 |
| HSL | 219.66º | 0.54% | 0.79% | - |
| HSV(B) | 219.66º | 0.26% | 0.9% | - |
| XYZ | 49.71 | 51.63 | 82.21 | - |
| YUV | 189.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 230 | 0.26 | 0.17 | 0 | 0.10 | 219.66 | 0.54 | 0.79 |
| Hex | AB | BF | E6 | 1A | 11 | 0 | A | DC | 36 | 4F |
| Octal | 253 | 277 | 346 | 32 | 21 | 0 | 12 | 334 | 66 | 117 |
| Binary | 10101011 | 10111111 | 11100110 | 11010 | 10001 | 0 | 1010 | 11011100 | 110110 | 1001111 |
Color Harmonies of #ABBFE6
Complementary color
Monochromatic Colors of #ABBFE6
Black with #ABBFE6
Text Example
Text Example
White with #ABBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFE6; }
p { color: rgb(171,191,230); }
H1.HeaderClassName
{
color: #ABBFE6;
}
.AnyTagClassName
{
color: #ABBFE6;
}
</style>
background-color css
<style>
a { background-color: #ABBFE6; }
a { background-color: rgb(171,191,230); }
div.DivClassName
{
background-color: #ABBFE6;
}
.BgClassName
{
background-color: #ABBFE6;
}
</style>
border-color css
<style>
span { border-color: #ABBFE6; }
span { border-color: rgb(171,191,230); }
td.TdClassName
{
border-color: #ABBFE6;
}
.TagClassName
{
border-color: #ABBFE6;
}
</style>