Shades of Perano #A0B2EA
Tints of Perano #A0B2EA
RGB
CMYK
RGB Variations
Color information
#A0B2EA (or 0xA0B2EA) is known color: Perano. HEX triplet: A0, B2 and EA. RGB value is (160,178,234). Sum of RGB (Red+Green+Blue) = 160+178+234=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0B2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B2EA is #5F4D15. Grayscale: #B2B2B2. Windows color (decimal): -6245654 or 15381152. OLE color: 15381152.
HSL color Cylindrical-coordinate representation of color #A0B2EA: hue angle of 225.41º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B2EA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 178 | 234 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.08 |
| HSL | 225.41º | 0.64% | 0.77% | - |
| HSV(B) | 225.41º | 0.32% | 0.92% | - |
| XYZ | 45.27 | 45.25 | 84.19 | - |
| YUV | 179 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 234 | 0.32 | 0.24 | 0 | 0.08 | 225.41 | 0.64 | 0.77 |
| Hex | A0 | B2 | EA | 20 | 18 | 0 | 8 | E1 | 40 | 4D |
| Octal | 240 | 262 | 352 | 40 | 30 | 0 | 10 | 341 | 100 | 115 |
| Binary | 10100000 | 10110010 | 11101010 | 100000 | 11000 | 0 | 1000 | 11100001 | 1000000 | 1001101 |
Color Harmonies of #A0B2EA
Complementary color
Monochromatic Colors of #A0B2EA
Black with #A0B2EA
Text Example
Text Example
White with #A0B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2EA; }
p { color: rgb(160,178,234); }
H1.HeaderClassName
{
color: #A0B2EA;
}
.AnyTagClassName
{
color: #A0B2EA;
}
</style>
background-color css
<style>
a { background-color: #A0B2EA; }
a { background-color: rgb(160,178,234); }
div.DivClassName
{
background-color: #A0B2EA;
}
.BgClassName
{
background-color: #A0B2EA;
}
</style>
border-color css
<style>
span { border-color: #A0B2EA; }
span { border-color: rgb(160,178,234); }
td.TdClassName
{
border-color: #A0B2EA;
}
.TagClassName
{
border-color: #A0B2EA;
}
</style>