Shades of Perano #ABACFE
Tints of Perano #ABACFE
RGB
CMYK
RGB Variations
Color information
#ABACFE (or 0xABACFE) is known color: Perano. HEX triplet: AB, AC and FE. RGB value is (171,172,254). Sum of RGB (Red+Green+Blue) = 171+172+254=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACFE is #545301. Grayscale: #B4B4B4. Windows color (decimal): -5526274 or 16690347. OLE color: 16690347.
HSL color Cylindrical-coordinate representation of color #ABACFE: hue angle of 239.28º 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 #ABACFE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 172 | 254 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.00 |
| HSL | 239.28º | 0.98% | 0.83% | - |
| HSV(B) | 239.28º | 0.33% | 1% | - |
| XYZ | 49.44 | 45.32 | 99.91 | - |
| YUV | 181.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 254 | 0.33 | 0.32 | 0 | 0.00 | 239.28 | 0.98 | 0.83 |
| Hex | AB | AC | FE | 21 | 20 | 0 | 0 | EF | 62 | 53 |
| Octal | 253 | 254 | 376 | 41 | 40 | 0 | 0 | 357 | 142 | 123 |
| Binary | 10101011 | 10101100 | 11111110 | 100001 | 100000 | 0 | 0 | 11101111 | 1100010 | 1010011 |
Color Harmonies of #ABACFE
Complementary color
Monochromatic Colors of #ABACFE
Black with #ABACFE
Text Example
Text Example
White with #ABACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACFE; }
p { color: rgb(171,172,254); }
H1.HeaderClassName
{
color: #ABACFE;
}
.AnyTagClassName
{
color: #ABACFE;
}
</style>
background-color css
<style>
a { background-color: #ABACFE; }
a { background-color: rgb(171,172,254); }
div.DivClassName
{
background-color: #ABACFE;
}
.BgClassName
{
background-color: #ABACFE;
}
</style>
border-color css
<style>
span { border-color: #ABACFE; }
span { border-color: rgb(171,172,254); }
td.TdClassName
{
border-color: #ABACFE;
}
.TagClassName
{
border-color: #ABACFE;
}
</style>