Shades of Perano #ABB2E2
Tints of Perano #ABB2E2
RGB
CMYK
RGB Variations
Color information
#ABB2E2 (or 0xABB2E2) is known color: Perano. HEX triplet: AB, B2 and E2. RGB value is (171,178,226). Sum of RGB (Red+Green+Blue) = 171+178+226=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABB2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2E2 is #544D1D. Grayscale: #B5B5B5. Windows color (decimal): -5524766 or 14856875. OLE color: 14856875.
HSL color Cylindrical-coordinate representation of color #ABB2E2: hue angle of 232.36º 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 #ABB2E2 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 178 | 226 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.11 |
| HSL | 232.36º | 0.49% | 0.78% | - |
| HSV(B) | 232.36º | 0.24% | 0.89% | - |
| XYZ | 46.44 | 45.99 | 78.38 | - |
| YUV | 181.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 226 | 0.24 | 0.21 | 0 | 0.11 | 232.36 | 0.49 | 0.78 |
| Hex | AB | B2 | E2 | 18 | 15 | 0 | B | E8 | 31 | 4E |
| Octal | 253 | 262 | 342 | 30 | 25 | 0 | 13 | 350 | 61 | 116 |
| Binary | 10101011 | 10110010 | 11100010 | 11000 | 10101 | 0 | 1011 | 11101000 | 110001 | 1001110 |
Color Harmonies of #ABB2E2
Complementary color
Monochromatic Colors of #ABB2E2
Black with #ABB2E2
Text Example
Text Example
White with #ABB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2E2; }
p { color: rgb(171,178,226); }
H1.HeaderClassName
{
color: #ABB2E2;
}
.AnyTagClassName
{
color: #ABB2E2;
}
</style>
background-color css
<style>
a { background-color: #ABB2E2; }
a { background-color: rgb(171,178,226); }
div.DivClassName
{
background-color: #ABB2E2;
}
.BgClassName
{
background-color: #ABB2E2;
}
</style>
border-color css
<style>
span { border-color: #ABB2E2; }
span { border-color: rgb(171,178,226); }
td.TdClassName
{
border-color: #ABB2E2;
}
.TagClassName
{
border-color: #ABB2E2;
}
</style>