Color Hex Logo

#bdcebb Color Hex

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

Color spaces of #bdcebb

RGB 189206187
HSL0.320.160.77
HSV114°81°
CMYK 0.080.000.09   0.19
XYZ52.027258.549355.5727
Yxy58.54930.31310.3524
Hunter Lab76.5175-12.536610.5015
CIE-Lab81.0432-9.27977.4839

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

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

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

Base Numbers

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

RGB Percentages of Color #bdcebb

%32.47
%35.40
%32.13

CMYK Percentages of Color #bdcebb

%8
%0
%9
%19

Triadic Colors of #bdcebb

#bdcebb #bbbdce #cebbbd

Analogous Colors of #bdcebb

#bdcebb #bbcec3 #c7cebb

Monochromatic Colors of #bdcebb

#bdcebb

Complementary Color

#bdcebb #ccbbce

#bdcebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcebb Color CSS Codes

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

#bdcebb Text Font Color

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

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


#bdcebb Background Color

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

This div background color is #bdcebb


#bdcebb Border Color

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

This div border color is #bdcebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,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 #bdcebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcebb


Comments

No comments written yet.

Please login to write comment.