Shades of Perano #ABBFFE
Tints of Perano #ABBFFE
RGB
CMYK
RGB Variations
Color information
#ABBFFE (or 0xABBFFE) is known color: Perano. HEX triplet: AB, BF and FE. RGB value is (171,191,254). Sum of RGB (Red+Green+Blue) = 171+191+254=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFFE is #544001. Grayscale: #BFBFBF. Windows color (decimal): -5521410 or 16695211. OLE color: 16695211.
HSL color Cylindrical-coordinate representation of color #ABBFFE: hue angle of 225.54º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBFFE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 191 | 254 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.00 |
| HSL | 225.54º | 0.98% | 0.83% | - |
| HSV(B) | 225.54º | 0.33% | 1% | - |
| XYZ | 53.31 | 53.08 | 101.2 | - |
| YUV | 192.2 | 162.87 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 254 | 0.33 | 0.25 | 0 | 0.00 | 225.54 | 0.98 | 0.83 |
| Hex | AB | BF | FE | 21 | 19 | 0 | 0 | E2 | 62 | 53 |
| Octal | 253 | 277 | 376 | 41 | 31 | 0 | 0 | 342 | 142 | 123 |
| Binary | 10101011 | 10111111 | 11111110 | 100001 | 11001 | 0 | 0 | 11100010 | 1100010 | 1010011 |
Color Harmonies of #ABBFFE
Complementary color
Monochromatic Colors of #ABBFFE
Black with #ABBFFE
Text Example
Text Example
White with #ABBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFFE; }
p { color: rgb(171,191,254); }
H1.HeaderClassName
{
color: #ABBFFE;
}
.AnyTagClassName
{
color: #ABBFFE;
}
</style>
background-color css
<style>
a { background-color: #ABBFFE; }
a { background-color: rgb(171,191,254); }
div.DivClassName
{
background-color: #ABBFFE;
}
.BgClassName
{
background-color: #ABBFFE;
}
</style>
border-color css
<style>
span { border-color: #ABBFFE; }
span { border-color: rgb(171,191,254); }
td.TdClassName
{
border-color: #ABBFFE;
}
.TagClassName
{
border-color: #ABBFFE;
}
</style>