Shades of Perano #ABBEFC
Tints of Perano #ABBEFC
RGB
CMYK
RGB Variations
Color information
#ABBEFC (or 0xABBEFC) is known color: Perano. HEX triplet: AB, BE and FC. RGB value is (171,190,252). Sum of RGB (Red+Green+Blue) = 171+190+252=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEFC is #544103. Grayscale: #BFBFBF. Windows color (decimal): -5521668 or 16563883. OLE color: 16563883.
HSL color Cylindrical-coordinate representation of color #ABBEFC: hue angle of 225.93º 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 #ABBEFC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 190 | 252 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 225.93º | 0.93% | 0.83% | - |
| HSV(B) | 225.93º | 0.32% | 0.99% | - |
| XYZ | 52.78 | 52.51 | 99.45 | - |
| YUV | 191.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 252 | 0.32 | 0.25 | 0 | 0.01 | 225.93 | 0.93 | 0.83 |
| Hex | AB | BE | FC | 20 | 19 | 0 | 1 | E2 | 5D | 53 |
| Octal | 253 | 276 | 374 | 40 | 31 | 0 | 1 | 342 | 135 | 123 |
| Binary | 10101011 | 10111110 | 11111100 | 100000 | 11001 | 0 | 1 | 11100010 | 1011101 | 1010011 |
Color Harmonies of #ABBEFC
Complementary color
Monochromatic Colors of #ABBEFC
Black with #ABBEFC
Text Example
Text Example
White with #ABBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEFC; }
p { color: rgb(171,190,252); }
H1.HeaderClassName
{
color: #ABBEFC;
}
.AnyTagClassName
{
color: #ABBEFC;
}
</style>
background-color css
<style>
a { background-color: #ABBEFC; }
a { background-color: rgb(171,190,252); }
div.DivClassName
{
background-color: #ABBEFC;
}
.BgClassName
{
background-color: #ABBEFC;
}
</style>
border-color css
<style>
span { border-color: #ABBEFC; }
span { border-color: rgb(171,190,252); }
td.TdClassName
{
border-color: #ABBEFC;
}
.TagClassName
{
border-color: #ABBEFC;
}
</style>