Shades of Perano #ABAEFC
Tints of Perano #ABAEFC
RGB
CMYK
RGB Variations
Color information
#ABAEFC (or 0xABAEFC) is known color: Perano. HEX triplet: AB, AE and FC. RGB value is (171,174,252). Sum of RGB (Red+Green+Blue) = 171+174+252=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFC is #545103. Grayscale: #B5B5B5. Windows color (decimal): -5525764 or 16559787. OLE color: 16559787.
HSL color Cylindrical-coordinate representation of color #ABAEFC: hue angle of 237.78º 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 #ABAEFC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 174 | 252 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.01 |
| HSL | 237.78º | 0.93% | 0.83% | - |
| HSV(B) | 237.78º | 0.32% | 0.99% | - |
| XYZ | 49.5 | 45.96 | 98.36 | - |
| YUV | 182 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 252 | 0.32 | 0.31 | 0 | 0.01 | 237.78 | 0.93 | 0.83 |
| Hex | AB | AE | FC | 20 | 1F | 0 | 1 | EE | 5D | 53 |
| Octal | 253 | 256 | 374 | 40 | 37 | 0 | 1 | 356 | 135 | 123 |
| Binary | 10101011 | 10101110 | 11111100 | 100000 | 11111 | 0 | 1 | 11101110 | 1011101 | 1010011 |
Color Harmonies of #ABAEFC
Complementary color
Monochromatic Colors of #ABAEFC
Black with #ABAEFC
Text Example
Text Example
White with #ABAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEFC; }
p { color: rgb(171,174,252); }
H1.HeaderClassName
{
color: #ABAEFC;
}
.AnyTagClassName
{
color: #ABAEFC;
}
</style>
background-color css
<style>
a { background-color: #ABAEFC; }
a { background-color: rgb(171,174,252); }
div.DivClassName
{
background-color: #ABAEFC;
}
.BgClassName
{
background-color: #ABAEFC;
}
</style>
border-color css
<style>
span { border-color: #ABAEFC; }
span { border-color: rgb(171,174,252); }
td.TdClassName
{
border-color: #ABAEFC;
}
.TagClassName
{
border-color: #ABAEFC;
}
</style>