#A2BCBA

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

Shades of Opal #A2BCBA

Tints of Opal #A2BCBA

Color information

#A2BCBA (or 0xA2BCBA) is unknown color: approx Opal. HEX triplet: A2, BC and BA. RGB value is (162,188,186). Sum of RGB (Red+Green+Blue) = 162+188+186=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCBA is #5D4345. Grayscale: #B3B3B3. Windows color (decimal): -6112070 or 12237986. OLE color: 12237986.

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

Color convert

RGB162188186-
CMYK0.1400.010.26
HSL175.38º16.25%68.63%-
HSV(B)175.38º13.83%73.73%-
XYZ41.7547.1953.36-
YUV180131.39115.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=30.22%
G=35.07%
B=34.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881860.1400.010.26175.3816.2568.63
HexA2BCBAE011Aaf1045
Octal24227427216013225720105
Binary1010001010111100101110101110011101010101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCBA; }

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

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

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

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

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

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

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

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