Shades of Perano #ABBEE6
Tints of Perano #ABBEE6
RGB
CMYK
RGB Variations
Color information
#ABBEE6 (or 0xABBEE6) is known color: Perano. HEX triplet: AB, BE and E6. RGB value is (171,190,230). Sum of RGB (Red+Green+Blue) = 171+190+230=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABBEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEE6 is #544119. Grayscale: #BCBCBC. Windows color (decimal): -5521690 or 15122091. OLE color: 15122091.
HSL color Cylindrical-coordinate representation of color #ABBEE6: hue angle of 220.68º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBEE6 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 190 | 230 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.10 |
| HSL | 220.68º | 0.54% | 0.79% | - |
| HSV(B) | 220.68º | 0.26% | 0.9% | - |
| XYZ | 49.49 | 51.2 | 82.14 | - |
| YUV | 188.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 230 | 0.26 | 0.17 | 0 | 0.10 | 220.68 | 0.54 | 0.79 |
| Hex | AB | BE | E6 | 1A | 11 | 0 | A | DD | 36 | 4F |
| Octal | 253 | 276 | 346 | 32 | 21 | 0 | 12 | 335 | 66 | 117 |
| Binary | 10101011 | 10111110 | 11100110 | 11010 | 10001 | 0 | 1010 | 11011101 | 110110 | 1001111 |
Color Harmonies of #ABBEE6
Complementary color
Monochromatic Colors of #ABBEE6
Black with #ABBEE6
Text Example
Text Example
White with #ABBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEE6; }
p { color: rgb(171,190,230); }
H1.HeaderClassName
{
color: #ABBEE6;
}
.AnyTagClassName
{
color: #ABBEE6;
}
</style>
background-color css
<style>
a { background-color: #ABBEE6; }
a { background-color: rgb(171,190,230); }
div.DivClassName
{
background-color: #ABBEE6;
}
.BgClassName
{
background-color: #ABBEE6;
}
</style>
border-color css
<style>
span { border-color: #ABBEE6; }
span { border-color: rgb(171,190,230); }
td.TdClassName
{
border-color: #ABBEE6;
}
.TagClassName
{
border-color: #ABBEE6;
}
</style>