Color Hex Logo

#b9cebb Color Hex

#B9CEBB
(185,206,187)
0 Favorites   0 Comments

Color spaces of #b9cebb

RGB 185206187
HSL0.350.180.77
HSV126°10°81°
CMYK 0.100.000.09   0.19
XYZ51.048558.044855.5269
Yxy58.04480.31010.3526
Hunter Lab76.1871-13.725210.1191
CIE-Lab80.7637-10.65577.0458

#b9cebb color RGB value is (185,206,187).

#b9cebb hex color red value is 185, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b9cebb hue: 0.35 , saturation: 0.18 and the lightness value of b9cebb is 0.77.

The process color (four color CMYK) of #b9cebb color hex is 0.10, 0.00, 0.09, 0.19. Web safe color of #b9cebb is #cccccc. Color #b9cebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 10111011
Octal 271 316 273
Decimal 185 206 187
Hex B9 CE BB

RGB Percentages of Color #b9cebb

%32.01
%35.64
%32.35

CMYK Percentages of Color #b9cebb

%10
%0
%9
%19

Triadic Colors of #b9cebb

#b9cebb #bbb9ce #cebbb9

Analogous Colors of #b9cebb

#b9cebb #b9cec6 #c2ceb9

Monochromatic Colors of #b9cebb

#b9cebb

Complementary Color

#b9cebb #ceb9cc

#b9cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cebb Color CSS Codes

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

#b9cebb Text Font Color

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

This sample text font color is #b9cebb
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.


#b9cebb Background Color

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

This div background color is #b9cebb


#b9cebb Border Color

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

This div border color is #b9cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cebb


Comments

No comments written yet.

Please login to write comment.