Shades of Perano #A0BCEF
Tints of Perano #A0BCEF
RGB
CMYK
RGB Variations
Color information
#A0BCEF (or 0xA0BCEF) is known color: Perano. HEX triplet: A0, BC and EF. RGB value is (160,188,239). Sum of RGB (Red+Green+Blue) = 160+188+239=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCEF is #5F4310. Grayscale: #B9B9B9. Windows color (decimal): -6243089 or 15711392. OLE color: 15711392.
HSL color Cylindrical-coordinate representation of color #A0BCEF: hue angle of 218.73º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0BCEF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 188 | 239 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.06 |
| HSL | 218.73º | 0.71% | 0.78% | - |
| HSV(B) | 218.73º | 0.33% | 0.94% | - |
| XYZ | 48.06 | 49.67 | 88.72 | - |
| YUV | 185.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 239 | 0.33 | 0.21 | 0 | 0.06 | 218.73 | 0.71 | 0.78 |
| Hex | A0 | BC | EF | 21 | 15 | 0 | 6 | DB | 47 | 4E |
| Octal | 240 | 274 | 357 | 41 | 25 | 0 | 6 | 333 | 107 | 116 |
| Binary | 10100000 | 10111100 | 11101111 | 100001 | 10101 | 0 | 110 | 11011011 | 1000111 | 1001110 |
Color Harmonies of #A0BCEF
Complementary color
Monochromatic Colors of #A0BCEF
Black with #A0BCEF
Text Example
Text Example
White with #A0BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCEF; }
p { color: rgb(160,188,239); }
H1.HeaderClassName
{
color: #A0BCEF;
}
.AnyTagClassName
{
color: #A0BCEF;
}
</style>
background-color css
<style>
a { background-color: #A0BCEF; }
a { background-color: rgb(160,188,239); }
div.DivClassName
{
background-color: #A0BCEF;
}
.BgClassName
{
background-color: #A0BCEF;
}
</style>
border-color css
<style>
span { border-color: #A0BCEF; }
span { border-color: rgb(160,188,239); }
td.TdClassName
{
border-color: #A0BCEF;
}
.TagClassName
{
border-color: #A0BCEF;
}
</style>