Shades of Perano #ABAEFE
Tints of Perano #ABAEFE
RGB
CMYK
RGB Variations
Color information
#ABAEFE (or 0xABAEFE) is known color: Perano. HEX triplet: AB, AE and FE. RGB value is (171,174,254). Sum of RGB (Red+Green+Blue) = 171+174+254=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFE is #545101. Grayscale: #B5B5B5. Windows color (decimal): -5525762 or 16690859. OLE color: 16690859.
HSL color Cylindrical-coordinate representation of color #ABAEFE: hue angle of 237.83º 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 #ABAEFE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 174 | 254 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.00 |
| HSL | 237.83º | 0.98% | 0.83% | - |
| HSV(B) | 237.83º | 0.33% | 1% | - |
| XYZ | 49.82 | 46.09 | 100.04 | - |
| YUV | 182.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 254 | 0.33 | 0.31 | 0 | 0.00 | 237.83 | 0.98 | 0.83 |
| Hex | AB | AE | FE | 21 | 1F | 0 | 0 | EE | 62 | 53 |
| Octal | 253 | 256 | 376 | 41 | 37 | 0 | 0 | 356 | 142 | 123 |
| Binary | 10101011 | 10101110 | 11111110 | 100001 | 11111 | 0 | 0 | 11101110 | 1100010 | 1010011 |
Color Harmonies of #ABAEFE
Complementary color
Monochromatic Colors of #ABAEFE
Black with #ABAEFE
Text Example
Text Example
White with #ABAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEFE; }
p { color: rgb(171,174,254); }
H1.HeaderClassName
{
color: #ABAEFE;
}
.AnyTagClassName
{
color: #ABAEFE;
}
</style>
background-color css
<style>
a { background-color: #ABAEFE; }
a { background-color: rgb(171,174,254); }
div.DivClassName
{
background-color: #ABAEFE;
}
.BgClassName
{
background-color: #ABAEFE;
}
</style>
border-color css
<style>
span { border-color: #ABAEFE; }
span { border-color: rgb(171,174,254); }
td.TdClassName
{
border-color: #ABAEFE;
}
.TagClassName
{
border-color: #ABAEFE;
}
</style>