Shades of Perano #A0BCE7
Tints of Perano #A0BCE7
RGB
CMYK
RGB Variations
Color information
#A0BCE7 (or 0xA0BCE7) is known color: Perano. HEX triplet: A0, BC and E7. RGB value is (160,188,231). Sum of RGB (Red+Green+Blue) = 160+188+231=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0BCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCE7 is #5F4318. Grayscale: #B8B8B8. Windows color (decimal): -6243097 or 15187104. OLE color: 15187104.
HSL color Cylindrical-coordinate representation of color #A0BCE7: hue angle of 216.34º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BCE7 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 188 | 231 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.09 |
| HSL | 216.34º | 0.6% | 0.77% | - |
| HSV(B) | 216.34º | 0.31% | 0.91% | - |
| XYZ | 46.9 | 49.21 | 82.63 | - |
| YUV | 184.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 231 | 0.31 | 0.19 | 0 | 0.09 | 216.34 | 0.6 | 0.77 |
| Hex | A0 | BC | E7 | 1F | 13 | 0 | 9 | D8 | 3C | 4D |
| Octal | 240 | 274 | 347 | 37 | 23 | 0 | 11 | 330 | 74 | 115 |
| Binary | 10100000 | 10111100 | 11100111 | 11111 | 10011 | 0 | 1001 | 11011000 | 111100 | 1001101 |
Color Harmonies of #A0BCE7
Complementary color
Monochromatic Colors of #A0BCE7
Black with #A0BCE7
Text Example
Text Example
White with #A0BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCE7; }
p { color: rgb(160,188,231); }
H1.HeaderClassName
{
color: #A0BCE7;
}
.AnyTagClassName
{
color: #A0BCE7;
}
</style>
background-color css
<style>
a { background-color: #A0BCE7; }
a { background-color: rgb(160,188,231); }
div.DivClassName
{
background-color: #A0BCE7;
}
.BgClassName
{
background-color: #A0BCE7;
}
</style>
border-color css
<style>
span { border-color: #A0BCE7; }
span { border-color: rgb(160,188,231); }
td.TdClassName
{
border-color: #A0BCE7;
}
.TagClassName
{
border-color: #A0BCE7;
}
</style>