Shades of Perano #ABB7E5
Tints of Perano #ABB7E5
RGB
CMYK
RGB Variations
Color information
#ABB7E5 (or 0xABB7E5) is known color: Perano. HEX triplet: AB, B7 and E5. RGB value is (171,183,229). Sum of RGB (Red+Green+Blue) = 171+183+229=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABB7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7E5 is #54481A. Grayscale: #B8B8B8. Windows color (decimal): -5523483 or 15054763. OLE color: 15054763.
HSL color Cylindrical-coordinate representation of color #ABB7E5: hue angle of 227.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB7E5 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 183 | 229 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.10 |
| HSL | 227.59º | 0.53% | 0.78% | - |
| HSV(B) | 227.59º | 0.25% | 0.9% | - |
| XYZ | 47.87 | 48.18 | 80.91 | - |
| YUV | 184.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 229 | 0.25 | 0.20 | 0 | 0.10 | 227.59 | 0.53 | 0.78 |
| Hex | AB | B7 | E5 | 19 | 14 | 0 | A | E4 | 35 | 4E |
| Octal | 253 | 267 | 345 | 31 | 24 | 0 | 12 | 344 | 65 | 116 |
| Binary | 10101011 | 10110111 | 11100101 | 11001 | 10100 | 0 | 1010 | 11100100 | 110101 | 1001110 |
Color Harmonies of #ABB7E5
Complementary color
Monochromatic Colors of #ABB7E5
Black with #ABB7E5
Text Example
Text Example
White with #ABB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7E5; }
p { color: rgb(171,183,229); }
H1.HeaderClassName
{
color: #ABB7E5;
}
.AnyTagClassName
{
color: #ABB7E5;
}
</style>
background-color css
<style>
a { background-color: #ABB7E5; }
a { background-color: rgb(171,183,229); }
div.DivClassName
{
background-color: #ABB7E5;
}
.BgClassName
{
background-color: #ABB7E5;
}
</style>
border-color css
<style>
span { border-color: #ABB7E5; }
span { border-color: rgb(171,183,229); }
td.TdClassName
{
border-color: #ABB7E5;
}
.TagClassName
{
border-color: #ABB7E5;
}
</style>