Shades of Perano #ABBAEB
Tints of Perano #ABBAEB
RGB
CMYK
RGB Variations
Color information
#ABBAEB (or 0xABBAEB) is known color: Perano. HEX triplet: AB, BA and EB. RGB value is (171,186,235). Sum of RGB (Red+Green+Blue) = 171+186+235=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAEB is #544514. Grayscale: #BABABA. Windows color (decimal): -5522709 or 15448747. OLE color: 15448747.
HSL color Cylindrical-coordinate representation of color #ABBAEB: hue angle of 225.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBAEB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 186 | 235 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.08 |
| HSL | 225.94º | 0.62% | 0.8% | - |
| HSV(B) | 225.94º | 0.27% | 0.92% | - |
| XYZ | 49.35 | 49.77 | 85.6 | - |
| YUV | 187.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 235 | 0.27 | 0.21 | 0 | 0.08 | 225.94 | 0.62 | 0.8 |
| Hex | AB | BA | EB | 1B | 15 | 0 | 8 | E2 | 3E | 50 |
| Octal | 253 | 272 | 353 | 33 | 25 | 0 | 10 | 342 | 76 | 120 |
| Binary | 10101011 | 10111010 | 11101011 | 11011 | 10101 | 0 | 1000 | 11100010 | 111110 | 1010000 |
Color Harmonies of #ABBAEB
Complementary color
Monochromatic Colors of #ABBAEB
Black with #ABBAEB
Text Example
Text Example
White with #ABBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAEB; }
p { color: rgb(171,186,235); }
H1.HeaderClassName
{
color: #ABBAEB;
}
.AnyTagClassName
{
color: #ABBAEB;
}
</style>
background-color css
<style>
a { background-color: #ABBAEB; }
a { background-color: rgb(171,186,235); }
div.DivClassName
{
background-color: #ABBAEB;
}
.BgClassName
{
background-color: #ABBAEB;
}
</style>
border-color css
<style>
span { border-color: #ABBAEB; }
span { border-color: rgb(171,186,235); }
td.TdClassName
{
border-color: #ABBAEB;
}
.TagClassName
{
border-color: #ABBAEB;
}
</style>