Shades of Perano #A3BCED
Tints of Perano #A3BCED
RGB
CMYK
RGB Variations
Color information
#A3BCED (or 0xA3BCED) is known color: Perano. HEX triplet: A3, BC and ED. RGB value is (163,188,237). Sum of RGB (Red+Green+Blue) = 163+188+237=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BCED is #5C4312. Grayscale: #B9B9B9. Windows color (decimal): -6046483 or 15580323. OLE color: 15580323.
HSL color Cylindrical-coordinate representation of color #A3BCED: hue angle of 219.73º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BCED is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 188 | 237 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.07 |
| HSL | 219.73º | 0.67% | 0.78% | - |
| HSV(B) | 219.73º | 0.31% | 0.93% | - |
| XYZ | 48.37 | 49.87 | 87.2 | - |
| YUV | 186.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 237 | 0.31 | 0.21 | 0 | 0.07 | 219.73 | 0.67 | 0.78 |
| Hex | A3 | BC | ED | 1F | 15 | 0 | 7 | DC | 43 | 4E |
| Octal | 243 | 274 | 355 | 37 | 25 | 0 | 7 | 334 | 103 | 116 |
| Binary | 10100011 | 10111100 | 11101101 | 11111 | 10101 | 0 | 111 | 11011100 | 1000011 | 1001110 |
Color Harmonies of #A3BCED
Complementary color
Monochromatic Colors of #A3BCED
Black with #A3BCED
Text Example
Text Example
White with #A3BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCED; }
p { color: rgb(163,188,237); }
H1.HeaderClassName
{
color: #A3BCED;
}
.AnyTagClassName
{
color: #A3BCED;
}
</style>
background-color css
<style>
a { background-color: #A3BCED; }
a { background-color: rgb(163,188,237); }
div.DivClassName
{
background-color: #A3BCED;
}
.BgClassName
{
background-color: #A3BCED;
}
</style>
border-color css
<style>
span { border-color: #A3BCED; }
span { border-color: rgb(163,188,237); }
td.TdClassName
{
border-color: #A3BCED;
}
.TagClassName
{
border-color: #A3BCED;
}
</style>