#B3BEBB

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

Shades of Opal #B3BEBB

Tints of Opal #B3BEBB

Color information

#B3BEBB (or 0xB3BEBB) is unknown color: approx Opal. HEX triplet: B3, BE and BB. RGB value is (179,190,187). Sum of RGB (Red+Green+Blue) = 179+190+187=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BEBB is #4C4144. Grayscale: #BABABA. Windows color (decimal): -4997445 or 12304051. OLE color: 12304051.

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

Color convert

RGB179190187-
CMYK0.0600.020.25
HSL163.64º7.8%72.35%-
HSV(B)163.64º5.79%74.51%-
XYZ45.975054.24-
YUV186.37128.36122.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=32.19%
G=34.17%
B=33.63%

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
Decimal1791901870.0600.020.25163.647.872.35
HexB3BEBB60219a4848
Octal2632762736023124410110
Binary101100111011111010111011110010110011010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEBB; }

 p { color: rgb(179,190,187); }

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

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

 a { background-color: rgb(179,190,187); }

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

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

 span { border-color: rgb(179,190,187); }

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