#A6BCBA

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

Shades of Opal #A6BCBA

Tints of Opal #A6BCBA

Color information

#A6BCBA (or 0xA6BCBA) is unknown color: approx Opal. HEX triplet: A6, BC and BA. RGB value is (166,188,186). Sum of RGB (Red+Green+Blue) = 166+188+186=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCBA is #594345. Grayscale: #B5B5B5. Windows color (decimal): -5849926 or 12237990. OLE color: 12237990.

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

Color convert

RGB166188186-
CMYK0.1200.010.26
HSL174.55º14.1%69.41%-
HSV(B)174.55º11.7%73.73%-
XYZ42.5747.6253.4-
YUV181.19130.71117.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.74%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=30.74%
G=34.81%
B=34.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881860.1200.010.26174.5514.169.41
HexA6BCBAC011Aafe45
Octal24627427214013225716105
Binary101001101011110010111010110001110101010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCBA; }

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

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

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

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

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

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

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

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