Shades of Perano #A3BCEA
Tints of Perano #A3BCEA
RGB
CMYK
RGB Variations
Color information
#A3BCEA (or 0xA3BCEA) is known color: Perano. HEX triplet: A3, BC and EA. RGB value is (163,188,234). Sum of RGB (Red+Green+Blue) = 163+188+234=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BCEA is #5C4315. Grayscale: #B9B9B9. Windows color (decimal): -6046486 or 15383715. OLE color: 15383715.
HSL color Cylindrical-coordinate representation of color #A3BCEA: hue angle of 218.87º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BCEA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 188 | 234 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.08 |
| HSL | 218.87º | 0.63% | 0.78% | - |
| HSV(B) | 218.87º | 0.3% | 0.92% | - |
| XYZ | 47.94 | 49.69 | 84.91 | - |
| YUV | 185.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 234 | 0.30 | 0.20 | 0 | 0.08 | 218.87 | 0.63 | 0.78 |
| Hex | A3 | BC | EA | 1E | 14 | 0 | 8 | DB | 3F | 4E |
| Octal | 243 | 274 | 352 | 36 | 24 | 0 | 10 | 333 | 77 | 116 |
| Binary | 10100011 | 10111100 | 11101010 | 11110 | 10100 | 0 | 1000 | 11011011 | 111111 | 1001110 |
Color Harmonies of #A3BCEA
Complementary color
Monochromatic Colors of #A3BCEA
Black with #A3BCEA
Text Example
Text Example
White with #A3BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCEA; }
p { color: rgb(163,188,234); }
H1.HeaderClassName
{
color: #A3BCEA;
}
.AnyTagClassName
{
color: #A3BCEA;
}
</style>
background-color css
<style>
a { background-color: #A3BCEA; }
a { background-color: rgb(163,188,234); }
div.DivClassName
{
background-color: #A3BCEA;
}
.BgClassName
{
background-color: #A3BCEA;
}
</style>
border-color css
<style>
span { border-color: #A3BCEA; }
span { border-color: rgb(163,188,234); }
td.TdClassName
{
border-color: #A3BCEA;
}
.TagClassName
{
border-color: #A3BCEA;
}
</style>