#A3BCBA

Color #A3BCBA Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #A3BCBA

Tints of Opal #A3BCBA

Color information

#A3BCBA (or 0xA3BCBA) is unknown color: approx Opal. HEX triplet: A3, BC and BA. RGB value is (163,188,186). Sum of RGB (Red+Green+Blue) = 163+188+186=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCBA is #5C4345. Grayscale: #B4B4B4. Windows color (decimal): -6046534 or 12237987. OLE color: 12237987.

HSL color Cylindrical-coordinate representation of color #A3BCBA: hue angle of 175.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCBA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB163188186-
CMYK0.1300.010.26
HSL175.2º15.72%68.82%-
HSV(B)175.2º13.3%73.73%-
XYZ41.9547.353.37-
YUV180.3131.22115.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=30.35%
G=35.01%
B=34.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631881860.1300.010.26175.215.7268.82
HexA3BCBAD011Aaf1045
Octal24327427215013225720105
Binary1010001110111100101110101101011101010101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCBA; }

 p { color: rgb(163,188,186); }

 H1.HeaderClassName
 {
   color: #A3BCBA;
 }
 .AnyTagClassName
 {
   color: #A3BCBA;
 }
</style>
background-color css

<style>
 a { background-color: #A3BCBA; }

 a { background-color: rgb(163,188,186); }

 div.DivClassName
 {
   background-color: #A3BCBA;
 }
 .BgClassName
 {
   background-color: #A3BCBA;
 }
</style>
border-color css

<style>
 span { border-color: #A3BCBA; }

 span { border-color: rgb(163,188,186); }

 td.TdClassName
 {
   border-color: #A3BCBA;
 }
 .TagClassName
 {
   border-color: #A3BCBA;
 }
</style>