#B3BFBC

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

Shades of Opal #B3BFBC

Tints of Opal #B3BFBC

Color information

#B3BFBC (or 0xB3BFBC) is unknown color: approx Opal. HEX triplet: B3, BF and BC. RGB value is (179,191,188). Sum of RGB (Red+Green+Blue) = 179+191+188=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFBC is #4C4043. Grayscale: #BBBBBB. Windows color (decimal): -4997188 or 12369843. OLE color: 12369843.

HSL color Cylindrical-coordinate representation of color #B3BFBC: hue angle of 165º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BFBC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB179191188-
CMYK0.0600.020.25
HSL165º8.57%72.55%-
HSV(B)165º6.28%74.9%-
XYZ46.350.4854.88-
YUV187.07128.52122.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=32.08%
G=34.23%
B=33.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911880.0600.020.251658.5772.55
HexB3BFBC60219a5949
Octal2632772746023124511111
Binary101100111011111110111100110010110011010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFBC; }

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

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

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

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

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

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

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

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