Shades of Perano #ABBDE6
Tints of Perano #ABBDE6
RGB
CMYK
RGB Variations
Color information
#ABBDE6 (or 0xABBDE6) is known color: Perano. HEX triplet: AB, BD and E6. RGB value is (171,189,230). Sum of RGB (Red+Green+Blue) = 171+189+230=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABBDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDE6 is #544219. Grayscale: #BCBCBC. Windows color (decimal): -5521946 or 15121835. OLE color: 15121835.
HSL color Cylindrical-coordinate representation of color #ABBDE6: hue angle of 221.69º 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 #ABBDE6 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 189 | 230 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.10 |
| HSL | 221.69º | 0.54% | 0.79% | - |
| HSV(B) | 221.69º | 0.26% | 0.9% | - |
| XYZ | 49.28 | 50.77 | 82.06 | - |
| YUV | 188.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 230 | 0.26 | 0.18 | 0 | 0.10 | 221.69 | 0.54 | 0.79 |
| Hex | AB | BD | E6 | 1A | 12 | 0 | A | DE | 36 | 4F |
| Octal | 253 | 275 | 346 | 32 | 22 | 0 | 12 | 336 | 66 | 117 |
| Binary | 10101011 | 10111101 | 11100110 | 11010 | 10010 | 0 | 1010 | 11011110 | 110110 | 1001111 |
Color Harmonies of #ABBDE6
Complementary color
Monochromatic Colors of #ABBDE6
Black with #ABBDE6
Text Example
Text Example
White with #ABBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDE6; }
p { color: rgb(171,189,230); }
H1.HeaderClassName
{
color: #ABBDE6;
}
.AnyTagClassName
{
color: #ABBDE6;
}
</style>
background-color css
<style>
a { background-color: #ABBDE6; }
a { background-color: rgb(171,189,230); }
div.DivClassName
{
background-color: #ABBDE6;
}
.BgClassName
{
background-color: #ABBDE6;
}
</style>
border-color css
<style>
span { border-color: #ABBDE6; }
span { border-color: rgb(171,189,230); }
td.TdClassName
{
border-color: #ABBDE6;
}
.TagClassName
{
border-color: #ABBDE6;
}
</style>