Shades of Perano #ABB3E1
Tints of Perano #ABB3E1
RGB
CMYK
RGB Variations
Color information
#ABB3E1 (or 0xABB3E1) is known color: Perano. HEX triplet: AB, B3 and E1. RGB value is (171,179,225). Sum of RGB (Red+Green+Blue) = 171+179+225=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABB3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3E1 is #544C1E. Grayscale: #B5B5B5. Windows color (decimal): -5524511 or 14791595. OLE color: 14791595.
HSL color Cylindrical-coordinate representation of color #ABB3E1: hue angle of 231.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABB3E1 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 179 | 225 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.12 |
| HSL | 231.11º | 0.47% | 0.78% | - |
| HSV(B) | 231.11º | 0.24% | 0.88% | - |
| XYZ | 46.51 | 46.33 | 77.73 | - |
| YUV | 181.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 225 | 0.24 | 0.20 | 0 | 0.12 | 231.11 | 0.47 | 0.78 |
| Hex | AB | B3 | E1 | 18 | 14 | 0 | C | E7 | 2F | 4E |
| Octal | 253 | 263 | 341 | 30 | 24 | 0 | 14 | 347 | 57 | 116 |
| Binary | 10101011 | 10110011 | 11100001 | 11000 | 10100 | 0 | 1100 | 11100111 | 101111 | 1001110 |
Color Harmonies of #ABB3E1
Complementary color
Monochromatic Colors of #ABB3E1
Black with #ABB3E1
Text Example
Text Example
White with #ABB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB3E1; }
p { color: rgb(171,179,225); }
H1.HeaderClassName
{
color: #ABB3E1;
}
.AnyTagClassName
{
color: #ABB3E1;
}
</style>
background-color css
<style>
a { background-color: #ABB3E1; }
a { background-color: rgb(171,179,225); }
div.DivClassName
{
background-color: #ABB3E1;
}
.BgClassName
{
background-color: #ABB3E1;
}
</style>
border-color css
<style>
span { border-color: #ABB3E1; }
span { border-color: rgb(171,179,225); }
td.TdClassName
{
border-color: #ABB3E1;
}
.TagClassName
{
border-color: #ABB3E1;
}
</style>