Shades of Perano #A0BCED
Tints of Perano #A0BCED
RGB
CMYK
RGB Variations
Color information
#A0BCED (or 0xA0BCED) is known color: Perano. HEX triplet: A0, BC and ED. RGB value is (160,188,237). Sum of RGB (Red+Green+Blue) = 160+188+237=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCED is #5F4312. Grayscale: #B8B8B8. Windows color (decimal): -6243091 or 15580320. OLE color: 15580320.
HSL color Cylindrical-coordinate representation of color #A0BCED: hue angle of 218.18º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BCED is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 188 | 237 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.07 |
| HSL | 218.18º | 0.68% | 0.78% | - |
| HSV(B) | 218.18º | 0.32% | 0.93% | - |
| XYZ | 47.77 | 49.55 | 87.17 | - |
| YUV | 185.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 237 | 0.32 | 0.21 | 0 | 0.07 | 218.18 | 0.68 | 0.78 |
| Hex | A0 | BC | ED | 20 | 15 | 0 | 7 | DA | 44 | 4E |
| Octal | 240 | 274 | 355 | 40 | 25 | 0 | 7 | 332 | 104 | 116 |
| Binary | 10100000 | 10111100 | 11101101 | 100000 | 10101 | 0 | 111 | 11011010 | 1000100 | 1001110 |
Color Harmonies of #A0BCED
Complementary color
Monochromatic Colors of #A0BCED
Black with #A0BCED
Text Example
Text Example
White with #A0BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCED; }
p { color: rgb(160,188,237); }
H1.HeaderClassName
{
color: #A0BCED;
}
.AnyTagClassName
{
color: #A0BCED;
}
</style>
background-color css
<style>
a { background-color: #A0BCED; }
a { background-color: rgb(160,188,237); }
div.DivClassName
{
background-color: #A0BCED;
}
.BgClassName
{
background-color: #A0BCED;
}
</style>
border-color css
<style>
span { border-color: #A0BCED; }
span { border-color: rgb(160,188,237); }
td.TdClassName
{
border-color: #A0BCED;
}
.TagClassName
{
border-color: #A0BCED;
}
</style>