Shades of Perano #A0BBEA
Tints of Perano #A0BBEA
RGB
CMYK
RGB Variations
Color information
#A0BBEA (or 0xA0BBEA) is known color: Perano. HEX triplet: A0, BB and EA. RGB value is (160,187,234). Sum of RGB (Red+Green+Blue) = 160+187+234=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBEA is #5F4415. Grayscale: #B8B8B8. Windows color (decimal): -6243350 or 15383456. OLE color: 15383456.
HSL color Cylindrical-coordinate representation of color #A0BBEA: hue angle of 218.11º 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 #A0BBEA is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 187 | 234 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.08 |
| HSL | 218.11º | 0.64% | 0.77% | - |
| HSV(B) | 218.11º | 0.32% | 0.92% | - |
| XYZ | 47.12 | 48.95 | 84.81 | - |
| YUV | 184.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 234 | 0.32 | 0.20 | 0 | 0.08 | 218.11 | 0.64 | 0.77 |
| Hex | A0 | BB | EA | 20 | 14 | 0 | 8 | DA | 40 | 4D |
| Octal | 240 | 273 | 352 | 40 | 24 | 0 | 10 | 332 | 100 | 115 |
| Binary | 10100000 | 10111011 | 11101010 | 100000 | 10100 | 0 | 1000 | 11011010 | 1000000 | 1001101 |
Color Harmonies of #A0BBEA
Complementary color
Monochromatic Colors of #A0BBEA
Black with #A0BBEA
Text Example
Text Example
White with #A0BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBEA; }
p { color: rgb(160,187,234); }
H1.HeaderClassName
{
color: #A0BBEA;
}
.AnyTagClassName
{
color: #A0BBEA;
}
</style>
background-color css
<style>
a { background-color: #A0BBEA; }
a { background-color: rgb(160,187,234); }
div.DivClassName
{
background-color: #A0BBEA;
}
.BgClassName
{
background-color: #A0BBEA;
}
</style>
border-color css
<style>
span { border-color: #A0BBEA; }
span { border-color: rgb(160,187,234); }
td.TdClassName
{
border-color: #A0BBEA;
}
.TagClassName
{
border-color: #A0BBEA;
}
</style>