Shades of Perano #ABBAEF
Tints of Perano #ABBAEF
RGB
CMYK
RGB Variations
Color information
#ABBAEF (or 0xABBAEF) is known color: Perano. HEX triplet: AB, BA and EF. RGB value is (171,186,239). Sum of RGB (Red+Green+Blue) = 171+186+239=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAEF is #544510. Grayscale: #BBBBBB. Windows color (decimal): -5522705 or 15710891. OLE color: 15710891.
HSL color Cylindrical-coordinate representation of color #ABBAEF: hue angle of 226.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBAEF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 186 | 239 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.06 |
| HSL | 226.76º | 0.68% | 0.8% | - |
| HSV(B) | 226.76º | 0.28% | 0.94% | - |
| XYZ | 49.93 | 50.01 | 88.68 | - |
| YUV | 187.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 239 | 0.28 | 0.22 | 0 | 0.06 | 226.76 | 0.68 | 0.8 |
| Hex | AB | BA | EF | 1C | 16 | 0 | 6 | E3 | 44 | 50 |
| Octal | 253 | 272 | 357 | 34 | 26 | 0 | 6 | 343 | 104 | 120 |
| Binary | 10101011 | 10111010 | 11101111 | 11100 | 10110 | 0 | 110 | 11100011 | 1000100 | 1010000 |
Color Harmonies of #ABBAEF
Complementary color
Monochromatic Colors of #ABBAEF
Black with #ABBAEF
Text Example
Text Example
White with #ABBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAEF; }
p { color: rgb(171,186,239); }
H1.HeaderClassName
{
color: #ABBAEF;
}
.AnyTagClassName
{
color: #ABBAEF;
}
</style>
background-color css
<style>
a { background-color: #ABBAEF; }
a { background-color: rgb(171,186,239); }
div.DivClassName
{
background-color: #ABBAEF;
}
.BgClassName
{
background-color: #ABBAEF;
}
</style>
border-color css
<style>
span { border-color: #ABBAEF; }
span { border-color: rgb(171,186,239); }
td.TdClassName
{
border-color: #ABBAEF;
}
.TagClassName
{
border-color: #ABBAEF;
}
</style>