Shades of Perano #ABBCE2
Tints of Perano #ABBCE2
RGB
CMYK
RGB Variations
Color information
#ABBCE2 (or 0xABBCE2) is known color: Perano. HEX triplet: AB, BC and E2. RGB value is (171,188,226). Sum of RGB (Red+Green+Blue) = 171+188+226=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABBCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCE2 is #54431D. Grayscale: #BBBBBB. Windows color (decimal): -5522206 or 14859435. OLE color: 14859435.
HSL color Cylindrical-coordinate representation of color #ABBCE2: hue angle of 221.45º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBCE2 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 188 | 226 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.11 |
| HSL | 221.45º | 0.49% | 0.78% | - |
| HSV(B) | 221.45º | 0.24% | 0.89% | - |
| XYZ | 48.51 | 50.12 | 79.07 | - |
| YUV | 187.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 226 | 0.24 | 0.17 | 0 | 0.11 | 221.45 | 0.49 | 0.78 |
| Hex | AB | BC | E2 | 18 | 11 | 0 | B | DD | 31 | 4E |
| Octal | 253 | 274 | 342 | 30 | 21 | 0 | 13 | 335 | 61 | 116 |
| Binary | 10101011 | 10111100 | 11100010 | 11000 | 10001 | 0 | 1011 | 11011101 | 110001 | 1001110 |
Color Harmonies of #ABBCE2
Complementary color
Monochromatic Colors of #ABBCE2
Black with #ABBCE2
Text Example
Text Example
White with #ABBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCE2; }
p { color: rgb(171,188,226); }
H1.HeaderClassName
{
color: #ABBCE2;
}
.AnyTagClassName
{
color: #ABBCE2;
}
</style>
background-color css
<style>
a { background-color: #ABBCE2; }
a { background-color: rgb(171,188,226); }
div.DivClassName
{
background-color: #ABBCE2;
}
.BgClassName
{
background-color: #ABBCE2;
}
</style>
border-color css
<style>
span { border-color: #ABBCE2; }
span { border-color: rgb(171,188,226); }
td.TdClassName
{
border-color: #ABBCE2;
}
.TagClassName
{
border-color: #ABBCE2;
}
</style>