Shades of Perano #ABBFFC
Tints of Perano #ABBFFC
RGB
CMYK
RGB Variations
Color information
#ABBFFC (or 0xABBFFC) is known color: Perano. HEX triplet: AB, BF and FC. RGB value is (171,191,252). Sum of RGB (Red+Green+Blue) = 171+191+252=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFFC is #544003. Grayscale: #BFBFBF. Windows color (decimal): -5521412 or 16564139. OLE color: 16564139.
HSL color Cylindrical-coordinate representation of color #ABBFFC: hue angle of 225.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBFFC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 191 | 252 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.01 |
| HSL | 225.19º | 0.93% | 0.83% | - |
| HSV(B) | 225.19º | 0.32% | 0.99% | - |
| XYZ | 53 | 52.95 | 99.52 | - |
| YUV | 191.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 252 | 0.32 | 0.24 | 0 | 0.01 | 225.19 | 0.93 | 0.83 |
| Hex | AB | BF | FC | 20 | 18 | 0 | 1 | E1 | 5D | 53 |
| Octal | 253 | 277 | 374 | 40 | 30 | 0 | 1 | 341 | 135 | 123 |
| Binary | 10101011 | 10111111 | 11111100 | 100000 | 11000 | 0 | 1 | 11100001 | 1011101 | 1010011 |
Color Harmonies of #ABBFFC
Complementary color
Monochromatic Colors of #ABBFFC
Black with #ABBFFC
Text Example
Text Example
White with #ABBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFFC; }
p { color: rgb(171,191,252); }
H1.HeaderClassName
{
color: #ABBFFC;
}
.AnyTagClassName
{
color: #ABBFFC;
}
</style>
background-color css
<style>
a { background-color: #ABBFFC; }
a { background-color: rgb(171,191,252); }
div.DivClassName
{
background-color: #ABBFFC;
}
.BgClassName
{
background-color: #ABBFFC;
}
</style>
border-color css
<style>
span { border-color: #ABBFFC; }
span { border-color: rgb(171,191,252); }
td.TdClassName
{
border-color: #ABBFFC;
}
.TagClassName
{
border-color: #ABBFFC;
}
</style>