Shades of Perano #ABAEE3
Tints of Perano #ABAEE3
RGB
CMYK
RGB Variations
Color information
#ABAEE3 (or 0xABAEE3) is known color: Perano. HEX triplet: AB, AE and E3. RGB value is (171,174,227). Sum of RGB (Red+Green+Blue) = 171+174+227=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABAEE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEE3 is #54511C. Grayscale: #B2B2B2. Windows color (decimal): -5525789 or 14921387. OLE color: 14921387.
HSL color Cylindrical-coordinate representation of color #ABAEE3: hue angle of 236.79º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAEE3 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 174 | 227 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.11 |
| HSL | 236.79º | 0.5% | 0.78% | - |
| HSV(B) | 236.79º | 0.25% | 0.89% | - |
| XYZ | 45.8 | 44.48 | 78.84 | - |
| YUV | 179.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 227 | 0.25 | 0.23 | 0 | 0.11 | 236.79 | 0.5 | 0.78 |
| Hex | AB | AE | E3 | 19 | 17 | 0 | B | ED | 32 | 4E |
| Octal | 253 | 256 | 343 | 31 | 27 | 0 | 13 | 355 | 62 | 116 |
| Binary | 10101011 | 10101110 | 11100011 | 11001 | 10111 | 0 | 1011 | 11101101 | 110010 | 1001110 |
Color Harmonies of #ABAEE3
Complementary color
Monochromatic Colors of #ABAEE3
Black with #ABAEE3
Text Example
Text Example
White with #ABAEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEE3; }
p { color: rgb(171,174,227); }
H1.HeaderClassName
{
color: #ABAEE3;
}
.AnyTagClassName
{
color: #ABAEE3;
}
</style>
background-color css
<style>
a { background-color: #ABAEE3; }
a { background-color: rgb(171,174,227); }
div.DivClassName
{
background-color: #ABAEE3;
}
.BgClassName
{
background-color: #ABAEE3;
}
</style>
border-color css
<style>
span { border-color: #ABAEE3; }
span { border-color: rgb(171,174,227); }
td.TdClassName
{
border-color: #ABAEE3;
}
.TagClassName
{
border-color: #ABAEE3;
}
</style>