Shades of Perano #A3BCEB
Tints of Perano #A3BCEB
RGB
CMYK
RGB Variations
Color information
#A3BCEB (or 0xA3BCEB) is known color: Perano. HEX triplet: A3, BC and EB. RGB value is (163,188,235). Sum of RGB (Red+Green+Blue) = 163+188+235=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BCEB is #5C4314. Grayscale: #B9B9B9. Windows color (decimal): -6046485 or 15449251. OLE color: 15449251.
HSL color Cylindrical-coordinate representation of color #A3BCEB: hue angle of 219.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BCEB is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 188 | 235 | - |
| CMYK | 0.31 | 0.2 | 0 | 0.08 |
| HSL | 219.17º | 0.64% | 0.78% | - |
| HSV(B) | 219.17º | 0.31% | 0.92% | - |
| XYZ | 48.08 | 49.75 | 85.67 | - |
| YUV | 185.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 235 | 0.31 | 0.2 | 0 | 0.08 | 219.17 | 0.64 | 0.78 |
| Hex | A3 | BC | EB | 1F | 14 | 0 | 8 | DB | 40 | 4E |
| Octal | 243 | 274 | 353 | 37 | 24 | 0 | 10 | 333 | 100 | 116 |
| Binary | 10100011 | 10111100 | 11101011 | 11111 | 10100 | 0 | 1000 | 11011011 | 1000000 | 1001110 |
Color Harmonies of #A3BCEB
Complementary color
Monochromatic Colors of #A3BCEB
Black with #A3BCEB
Text Example
Text Example
White with #A3BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCEB; }
p { color: rgb(163,188,235); }
H1.HeaderClassName
{
color: #A3BCEB;
}
.AnyTagClassName
{
color: #A3BCEB;
}
</style>
background-color css
<style>
a { background-color: #A3BCEB; }
a { background-color: rgb(163,188,235); }
div.DivClassName
{
background-color: #A3BCEB;
}
.BgClassName
{
background-color: #A3BCEB;
}
</style>
border-color css
<style>
span { border-color: #A3BCEB; }
span { border-color: rgb(163,188,235); }
td.TdClassName
{
border-color: #A3BCEB;
}
.TagClassName
{
border-color: #A3BCEB;
}
</style>