Shades of Perano #ABBDE3
Tints of Perano #ABBDE3
RGB
CMYK
RGB Variations
Color information
#ABBDE3 (or 0xABBDE3) is known color: Perano. HEX triplet: AB, BD and E3. RGB value is (171,189,227). Sum of RGB (Red+Green+Blue) = 171+189+227=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABBDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDE3 is #54421C. Grayscale: #BBBBBB. Windows color (decimal): -5521949 or 14925227. OLE color: 14925227.
HSL color Cylindrical-coordinate representation of color #ABBDE3: hue angle of 220.71º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABBDE3 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 189 | 227 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.11 |
| HSL | 220.71º | 0.5% | 0.78% | - |
| HSV(B) | 220.71º | 0.25% | 0.89% | - |
| XYZ | 48.86 | 50.6 | 79.86 | - |
| YUV | 187.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 227 | 0.25 | 0.17 | 0 | 0.11 | 220.71 | 0.5 | 0.78 |
| Hex | AB | BD | E3 | 19 | 11 | 0 | B | DD | 32 | 4E |
| Octal | 253 | 275 | 343 | 31 | 21 | 0 | 13 | 335 | 62 | 116 |
| Binary | 10101011 | 10111101 | 11100011 | 11001 | 10001 | 0 | 1011 | 11011101 | 110010 | 1001110 |
Color Harmonies of #ABBDE3
Complementary color
Monochromatic Colors of #ABBDE3
Black with #ABBDE3
Text Example
Text Example
White with #ABBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDE3; }
p { color: rgb(171,189,227); }
H1.HeaderClassName
{
color: #ABBDE3;
}
.AnyTagClassName
{
color: #ABBDE3;
}
</style>
background-color css
<style>
a { background-color: #ABBDE3; }
a { background-color: rgb(171,189,227); }
div.DivClassName
{
background-color: #ABBDE3;
}
.BgClassName
{
background-color: #ABBDE3;
}
</style>
border-color css
<style>
span { border-color: #ABBDE3; }
span { border-color: rgb(171,189,227); }
td.TdClassName
{
border-color: #ABBDE3;
}
.TagClassName
{
border-color: #ABBDE3;
}
</style>