Shades of Perano #A0B2E2
Tints of Perano #A0B2E2
RGB
CMYK
RGB Variations
Color information
#A0B2E2 (or 0xA0B2E2) is known color: Perano. HEX triplet: A0, B2 and E2. RGB value is (160,178,226). Sum of RGB (Red+Green+Blue) = 160+178+226=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #A0B2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2E2 is #5F4D1D. Grayscale: #B1B1B1. Windows color (decimal): -6245662 or 14856864. OLE color: 14856864.
HSL color Cylindrical-coordinate representation of color #A0B2E2: hue angle of 223.64º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B2E2 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 178 | 226 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.11 |
| HSL | 223.64º | 0.53% | 0.76% | - |
| HSV(B) | 223.64º | 0.29% | 0.89% | - |
| XYZ | 44.15 | 44.81 | 78.27 | - |
| YUV | 178.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 226 | 0.29 | 0.21 | 0 | 0.11 | 223.64 | 0.53 | 0.76 |
| Hex | A0 | B2 | E2 | 1D | 15 | 0 | B | E0 | 35 | 4C |
| Octal | 240 | 262 | 342 | 35 | 25 | 0 | 13 | 340 | 65 | 114 |
| Binary | 10100000 | 10110010 | 11100010 | 11101 | 10101 | 0 | 1011 | 11100000 | 110101 | 1001100 |
Color Harmonies of #A0B2E2
Complementary color
Monochromatic Colors of #A0B2E2
Black with #A0B2E2
Text Example
Text Example
White with #A0B2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2E2; }
p { color: rgb(160,178,226); }
H1.HeaderClassName
{
color: #A0B2E2;
}
.AnyTagClassName
{
color: #A0B2E2;
}
</style>
background-color css
<style>
a { background-color: #A0B2E2; }
a { background-color: rgb(160,178,226); }
div.DivClassName
{
background-color: #A0B2E2;
}
.BgClassName
{
background-color: #A0B2E2;
}
</style>
border-color css
<style>
span { border-color: #A0B2E2; }
span { border-color: rgb(160,178,226); }
td.TdClassName
{
border-color: #A0B2E2;
}
.TagClassName
{
border-color: #A0B2E2;
}
</style>