Color Hex Logo

#b9becb Color Hex

#B9BECB
(185,190,203)
0 Favorites   0 Comments

Color spaces of #b9becb

RGB 185190203
HSL0.620.150.76
HSV223°80°
CMYK 0.090.060.00   0.20
XYZ49.200551.453063.8382
Yxy51.45300.29910.3128
Hunter Lab71.7307-3.0947-2.5548
CIE-Lab76.95260.8066-7.1297

#b9becb color RGB value is (185,190,203).

#b9becb hex color red value is 185, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b9becb hue: 0.62 , saturation: 0.15 and the lightness value of b9becb is 0.76.

The process color (four color CMYK) of #b9becb color hex is 0.09, 0.06, 0.00, 0.20. Web safe color of #b9becb is #cccccc. Color #b9becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11001011
Octal 271 276 313
Decimal 185 190 203
Hex B9 BE CB

RGB Percentages of Color #b9becb

%32.01
%32.87
%35.12

CMYK Percentages of Color #b9becb

%9
%6
%0
%20

Triadic Colors of #b9becb

#b9becb #cbb9be #becbb9

Analogous Colors of #b9becb

#b9becb #bdb9cb #b9c7cb

Monochromatic Colors of #b9becb

#b9becb

Complementary Color

#b9becb #cbc6b9

#b9becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9becb Color CSS Codes

.mybgcolor {background-color:#b9becb; } 
.myforecolor {color:#b9becb; }
.mybordercolor {border:3px solid #b9becb; }

#b9becb Text Font Color

<p style="color:#b9becb">Text here</p>

This sample text font color is #b9becb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b9becb Background Color

<div style="background-color:#b9becb">
Div content here</div>

This div background color is #b9becb


#b9becb Border Color

<div style="border:3px solid #b9becb">
Div here</div>

This div border color is #b9becb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,190,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9becb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9becb;
  -webkit-box-shadow: 1px 1px 3px 2px #b9becb;
  box-shadow:         1px 1px 3px 2px #b9becb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,190,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9becb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b9becb;
  -webkit-box-shadow: 1px 1px 3px 2px #b9becb;
  box-shadow:         1px 1px 3px 2px #b9becb;">
Div content here</div>

This div box has shadow with color #b9becb


Comments

No comments written yet.

Please login to write comment.