#B1BDBB

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

Shades of Opal #B1BDBB

Tints of Opal #B1BDBB

Color information

#B1BDBB (or 0xB1BDBB) is unknown color: approx Opal. HEX triplet: B1, BD and BB. RGB value is (177,189,187). Sum of RGB (Red+Green+Blue) = 177+189+187=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDBB is #4E4244. Grayscale: #B9B9B9. Windows color (decimal): -5128773 or 12303793. OLE color: 12303793.

HSL color Cylindrical-coordinate representation of color #B1BDBB: hue angle of 170º 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 #B1BDBB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB177189187-
CMYK0.0600.010.26
HSL170º8.33%71.76%-
HSV(B)170º6.35%74.12%-
XYZ45.349.3354.15-
YUV185.18129.02122.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=32.01%
G=34.18%
B=33.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891870.0600.010.261708.3371.76
HexB1BDBB6011Aaa848
Octal2612752736013225210110
Binary10110001101111011011101111001110101010101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDBB; }

 p { color: rgb(177,189,187); }

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

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

 a { background-color: rgb(177,189,187); }

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

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

 span { border-color: rgb(177,189,187); }

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