Shades of Perano #ABBFFA
Tints of Perano #ABBFFA
RGB
CMYK
RGB Variations
Color information
#ABBFFA (or 0xABBFFA) is known color: Perano. HEX triplet: AB, BF and FA. RGB value is (171,191,250). Sum of RGB (Red+Green+Blue) = 171+191+250=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABBFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFFA is #544005. Grayscale: #BFBFBF. Windows color (decimal): -5521414 or 16433067. OLE color: 16433067.
HSL color Cylindrical-coordinate representation of color #ABBFFA: hue angle of 224.81º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBFFA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 191 | 250 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.02 |
| HSL | 224.81º | 0.89% | 0.83% | - |
| HSV(B) | 224.81º | 0.32% | 0.98% | - |
| XYZ | 52.68 | 52.82 | 97.86 | - |
| YUV | 191.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 250 | 0.32 | 0.24 | 0 | 0.02 | 224.81 | 0.89 | 0.83 |
| Hex | AB | BF | FA | 20 | 18 | 0 | 2 | E1 | 59 | 53 |
| Octal | 253 | 277 | 372 | 40 | 30 | 0 | 2 | 341 | 131 | 123 |
| Binary | 10101011 | 10111111 | 11111010 | 100000 | 11000 | 0 | 10 | 11100001 | 1011001 | 1010011 |
Color Harmonies of #ABBFFA
Complementary color
Monochromatic Colors of #ABBFFA
Black with #ABBFFA
Text Example
Text Example
White with #ABBFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFFA; }
p { color: rgb(171,191,250); }
H1.HeaderClassName
{
color: #ABBFFA;
}
.AnyTagClassName
{
color: #ABBFFA;
}
</style>
background-color css
<style>
a { background-color: #ABBFFA; }
a { background-color: rgb(171,191,250); }
div.DivClassName
{
background-color: #ABBFFA;
}
.BgClassName
{
background-color: #ABBFFA;
}
</style>
border-color css
<style>
span { border-color: #ABBFFA; }
span { border-color: rgb(171,191,250); }
td.TdClassName
{
border-color: #ABBFFA;
}
.TagClassName
{
border-color: #ABBFFA;
}
</style>