#B3BCBA

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

Shades of Opal #B3BCBA

Tints of Opal #B3BCBA

Color information

#B3BCBA (or 0xB3BCBA) is unknown color: approx Opal. HEX triplet: B3, BC and BA. RGB value is (179,188,186). Sum of RGB (Red+Green+Blue) = 179+188+186=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCBA is #4C4345. Grayscale: #B9B9B9. Windows color (decimal): -4997958 or 12238003. OLE color: 12238003.

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

Color convert

RGB179188186-
CMYK0.0500.010.26
HSL166.67º6.29%71.96%-
HSV(B)166.67º4.79%73.73%-
XYZ45.4449.153.54-
YUV185.08128.52123.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=32.37%
G=34.00%
B=33.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881860.0500.010.26166.676.2971.96
HexB3BCBA5011Aa7648
Octal263274272501322476110
Binary1011001110111100101110101010111010101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCBA; }

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

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

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

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

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

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

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

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