Shades of Perano #ABAEDF
Tints of Perano #ABAEDF
RGB
CMYK
RGB Variations
Color information
#ABAEDF (or 0xABAEDF) is known color: Perano. HEX triplet: AB, AE and DF. RGB value is (171,174,223). Sum of RGB (Red+Green+Blue) = 171+174+223=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEDF is #545120. Grayscale: #B2B2B2. Windows color (decimal): -5525793 or 14659243. OLE color: 14659243.
HSL color Cylindrical-coordinate representation of color #ABAEDF: hue angle of 236.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAEDF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 174 | 223 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.13 |
| HSL | 236.54º | 0.45% | 0.77% | - |
| HSV(B) | 236.54º | 0.23% | 0.87% | - |
| XYZ | 45.25 | 44.26 | 75.97 | - |
| YUV | 178.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 223 | 0.23 | 0.22 | 0 | 0.13 | 236.54 | 0.45 | 0.77 |
| Hex | AB | AE | DF | 17 | 16 | 0 | D | ED | 2D | 4D |
| Octal | 253 | 256 | 337 | 27 | 26 | 0 | 15 | 355 | 55 | 115 |
| Binary | 10101011 | 10101110 | 11011111 | 10111 | 10110 | 0 | 1101 | 11101101 | 101101 | 1001101 |
Color Harmonies of #ABAEDF
Complementary color
Monochromatic Colors of #ABAEDF
Black with #ABAEDF
Text Example
Text Example
White with #ABAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEDF; }
p { color: rgb(171,174,223); }
H1.HeaderClassName
{
color: #ABAEDF;
}
.AnyTagClassName
{
color: #ABAEDF;
}
</style>
background-color css
<style>
a { background-color: #ABAEDF; }
a { background-color: rgb(171,174,223); }
div.DivClassName
{
background-color: #ABAEDF;
}
.BgClassName
{
background-color: #ABAEDF;
}
</style>
border-color css
<style>
span { border-color: #ABAEDF; }
span { border-color: rgb(171,174,223); }
td.TdClassName
{
border-color: #ABAEDF;
}
.TagClassName
{
border-color: #ABAEDF;
}
</style>