#B1BFBA

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

Shades of Opal #B1BFBA

Tints of Opal #B1BFBA

Color information

#B1BFBA (or 0xB1BFBA) is unknown color: approx Opal. HEX triplet: B1, BF and BA. RGB value is (177,191,186). Sum of RGB (Red+Green+Blue) = 177+191+186=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFBA is #4E4045. Grayscale: #BABABA. Windows color (decimal): -5128262 or 12238769. OLE color: 12238769.

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

Color convert

RGB177191186-
CMYK0.0700.030.25
HSL158.57º9.86%72.16%-
HSV(B)158.57º7.33%74.9%-
XYZ45.6350.1553.73-
YUV186.24127.86121.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=31.95%
G=34.48%
B=33.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911860.0700.030.25158.579.8672.16
HexB1BFBA703199fa48
Octal2612772727033123712110
Binary101100011011111110111010111011110011001111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFBA; }

 p { color: rgb(177,191,186); }

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

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

 a { background-color: rgb(177,191,186); }

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

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

 span { border-color: rgb(177,191,186); }

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