Shades of Perano #ABB2E5
Tints of Perano #ABB2E5
RGB
CMYK
RGB Variations
Color information
#ABB2E5 (or 0xABB2E5) is known color: Perano. HEX triplet: AB, B2 and E5. RGB value is (171,178,229). Sum of RGB (Red+Green+Blue) = 171+178+229=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABB2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2E5 is #544D1A. Grayscale: #B5B5B5. Windows color (decimal): -5524763 or 15053483. OLE color: 15053483.
HSL color Cylindrical-coordinate representation of color #ABB2E5: hue angle of 232.76º 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 #ABB2E5 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 178 | 229 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.10 |
| HSL | 232.76º | 0.53% | 0.78% | - |
| HSV(B) | 232.76º | 0.25% | 0.9% | - |
| XYZ | 46.86 | 46.16 | 80.57 | - |
| YUV | 181.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 229 | 0.25 | 0.22 | 0 | 0.10 | 232.76 | 0.53 | 0.78 |
| Hex | AB | B2 | E5 | 19 | 16 | 0 | A | E9 | 35 | 4E |
| Octal | 253 | 262 | 345 | 31 | 26 | 0 | 12 | 351 | 65 | 116 |
| Binary | 10101011 | 10110010 | 11100101 | 11001 | 10110 | 0 | 1010 | 11101001 | 110101 | 1001110 |
Color Harmonies of #ABB2E5
Complementary color
Monochromatic Colors of #ABB2E5
Black with #ABB2E5
Text Example
Text Example
White with #ABB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2E5; }
p { color: rgb(171,178,229); }
H1.HeaderClassName
{
color: #ABB2E5;
}
.AnyTagClassName
{
color: #ABB2E5;
}
</style>
background-color css
<style>
a { background-color: #ABB2E5; }
a { background-color: rgb(171,178,229); }
div.DivClassName
{
background-color: #ABB2E5;
}
.BgClassName
{
background-color: #ABB2E5;
}
</style>
border-color css
<style>
span { border-color: #ABB2E5; }
span { border-color: rgb(171,178,229); }
td.TdClassName
{
border-color: #ABB2E5;
}
.TagClassName
{
border-color: #ABB2E5;
}
</style>