#B1BCB9

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

Shades of Opal #B1BCB9

Tints of Opal #B1BCB9

Color information

#B1BCB9 (or 0xB1BCB9) is unknown color: approx Opal. HEX triplet: B1, BC and B9. RGB value is (177,188,185). Sum of RGB (Red+Green+Blue) = 177+188+185=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCB9 is #4E4346. Grayscale: #B8B8B8. Windows color (decimal): -5129031 or 12172465. OLE color: 12172465.

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

Color convert

RGB177188185-
CMYK0.0600.020.26
HSL163.64º7.59%71.57%-
HSV(B)163.64º5.85%73.73%-
XYZ44.8748.8252.96-
YUV184.37128.36122.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=32.18%
G=34.18%
B=33.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881850.0600.020.26163.647.5971.57
HexB1BCB96021Aa4848
Octal2612742716023224410110
Binary101100011011110010111001110010110101010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCB9; }

 p { color: rgb(177,188,185); }

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

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

 a { background-color: rgb(177,188,185); }

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

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

 span { border-color: rgb(177,188,185); }

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