Color Hex Logo

#bdcbc8 Color Hex

#BDCBC8
(189,203,200)
0 Favorites   0 Comments

Color spaces of #bdcbc8

RGB 189203200
HSL0.460.120.77
HSV167°80°
CMYK 0.070.000.01   0.20
XYZ52.767557.700862.9998
Yxy57.70080.30420.3326
Hunter Lab75.9610-8.93413.9994
CIE-Lab80.5722-5.3184-0.1531

#bdcbc8 color RGB value is (189,203,200).

#bdcbc8 hex color red value is 189, green value is 203 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bdcbc8 hue: 0.46 , saturation: 0.12 and the lightness value of bdcbc8 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11001000
Octal 275 313 310
Decimal 189 203 200
Hex BD CB C8

RGB Percentages of Color #bdcbc8

%31.93
%34.29
%33.78

CMYK Percentages of Color #bdcbc8

%7
%0
%1
%20

Triadic Colors of #bdcbc8

#bdcbc8 #c8bdcb #cbc8bd

Analogous Colors of #bdcbc8

#bdcbc8 #bdc7cb #bdcbc1

Monochromatic Colors of #bdcbc8

#bdcbc8

Complementary Color

#bdcbc8 #cbbdc0

#bdcbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbc8 Color CSS Codes

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

#bdcbc8 Text Font Color

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

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


#bdcbc8 Background Color

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

This div background color is #bdcbc8


#bdcbc8 Border Color

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

This div border color is #bdcbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbc8


Comments

No comments written yet.

Please login to write comment.