Color Hex Logo

#bdcebc Color Hex

#BDCEBC
(189,206,188)
0 Favorites   0 Comments

Color spaces of #bdcebc

RGB 189206188
HSL0.320.160.77
HSV117°81°
CMYK 0.080.000.09   0.19
XYZ52.134758.592356.1386
Yxy58.59230.31240.3511
Hunter Lab76.5456-12.379710.0986
CIE-Lab81.0670-9.10056.9841

#bdcebc color RGB value is (189,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10111100
Octal 275 316 274
Decimal 189 206 188
Hex BD CE BC

RGB Percentages of Color #bdcebc

%32.42
%35.33
%32.25

CMYK Percentages of Color #bdcebc

%8
%0
%9
%19

Triadic Colors of #bdcebc

#bdcebc #bcbdce #cebcbd

Analogous Colors of #bdcebc

#bdcebc #bccec4 #c6cebc

Monochromatic Colors of #bdcebc

#bdcebc

Complementary Color

#bdcebc #cdbcce

#bdcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcebc Color CSS Codes

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

#bdcebc Text Font Color

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

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


#bdcebc Background Color

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

This div background color is #bdcebc


#bdcebc Border Color

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

This div border color is #bdcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcebc


Comments

No comments written yet.

Please login to write comment.