Color Hex Logo

#bbcebd Color Hex

#BBCEBD
(187,206,189)
0 Favorites   0 Comments

Color spaces of #bbcebd

RGB 187206189
HSL0.350.160.77
HSV126°81°
CMYK 0.090.000.08   0.19
XYZ51.750158.381556.6854
Yxy58.38150.31020.3500
Hunter Lab76.4078-12.81779.4994
CIE-Lab80.9504-9.60716.2642

#bbcebd color RGB value is (187,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10111101
Octal 273 316 275
Decimal 187 206 189
Hex BB CE BD

RGB Percentages of Color #bbcebd

%32.13
%35.40
%32.47

CMYK Percentages of Color #bbcebd

%9
%0
%8
%19

Triadic Colors of #bbcebd

#bbcebd #bdbbce #cebdbb

Analogous Colors of #bbcebd

#bbcebd #bbcec7 #c3cebb

Monochromatic Colors of #bbcebd

#bbcebd

Complementary Color

#bbcebd #cebbcc

#bbcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcebd Color CSS Codes

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

#bbcebd Text Font Color

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

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


#bbcebd Background Color

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

This div background color is #bbcebd


#bbcebd Border Color

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

This div border color is #bbcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcebd

#bbcebd Color Palettes


Comments

No comments written yet.

Please login to write comment.