Color Hex Logo

#bdccbe Color Hex

#BDCCBE
(189,204,190)
0 Favorites   0 Comments

Color spaces of #bdccbe

RGB 189204190
HSL0.340.130.77
HSV124°80°
CMYK 0.070.000.07   0.20
XYZ51.873457.722357.1227
Yxy57.72230.31110.3462
Hunter Lab75.9752-11.08268.6049
CIE-Lab80.5842-7.70435.2200

#bdccbe color RGB value is (189,204,190).

#bdccbe hex color red value is 189, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdccbe hue: 0.34 , saturation: 0.13 and the lightness value of bdccbe is 0.77.

The process color (four color CMYK) of #bdccbe color hex is 0.07, 0.00, 0.07, 0.20. Web safe color of #bdccbe is #cccccc. Color #bdccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10111110
Octal 275 314 276
Decimal 189 204 190
Hex BD CC BE

RGB Percentages of Color #bdccbe

%32.42
%34.99
%32.59

CMYK Percentages of Color #bdccbe

%7
%0
%7
%20

Triadic Colors of #bdccbe

#bdccbe #bebdcc #ccbebd

Analogous Colors of #bdccbe

#bdccbe #bdccc6 #c4ccbd

Monochromatic Colors of #bdccbe

#bdccbe

Complementary Color

#bdccbe #ccbdcb

#bdccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccbe Color CSS Codes

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

#bdccbe Text Font Color

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

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


#bdccbe Background Color

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

This div background color is #bdccbe


#bdccbe Border Color

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

This div border color is #bdccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccbe


Comments

No comments written yet.

Please login to write comment.