Shades of Perano #ABB7E3
Tints of Perano #ABB7E3
RGB
CMYK
RGB Variations
Color information
#ABB7E3 (or 0xABB7E3) is known color: Perano. HEX triplet: AB, B7 and E3. RGB value is (171,183,227). Sum of RGB (Red+Green+Blue) = 171+183+227=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABB7E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7E3 is #54481C. Grayscale: #B8B8B8. Windows color (decimal): -5523485 or 14923691. OLE color: 14923691.
HSL color Cylindrical-coordinate representation of color #ABB7E3: hue angle of 227.14º 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 #ABB7E3 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 183 | 227 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.11 |
| HSL | 227.14º | 0.5% | 0.78% | - |
| HSV(B) | 227.14º | 0.25% | 0.89% | - |
| XYZ | 47.59 | 48.07 | 79.44 | - |
| YUV | 184.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 227 | 0.25 | 0.19 | 0 | 0.11 | 227.14 | 0.5 | 0.78 |
| Hex | AB | B7 | E3 | 19 | 13 | 0 | B | E3 | 32 | 4E |
| Octal | 253 | 267 | 343 | 31 | 23 | 0 | 13 | 343 | 62 | 116 |
| Binary | 10101011 | 10110111 | 11100011 | 11001 | 10011 | 0 | 1011 | 11100011 | 110010 | 1001110 |
Color Harmonies of #ABB7E3
Complementary color
Monochromatic Colors of #ABB7E3
Black with #ABB7E3
Text Example
Text Example
White with #ABB7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7E3; }
p { color: rgb(171,183,227); }
H1.HeaderClassName
{
color: #ABB7E3;
}
.AnyTagClassName
{
color: #ABB7E3;
}
</style>
background-color css
<style>
a { background-color: #ABB7E3; }
a { background-color: rgb(171,183,227); }
div.DivClassName
{
background-color: #ABB7E3;
}
.BgClassName
{
background-color: #ABB7E3;
}
</style>
border-color css
<style>
span { border-color: #ABB7E3; }
span { border-color: rgb(171,183,227); }
td.TdClassName
{
border-color: #ABB7E3;
}
.TagClassName
{
border-color: #ABB7E3;
}
</style>