Color Hex Logo

#bdc2cb Color Hex

#BDC2CB
(189,194,203)
0 Favorites   0 Comments

Color spaces of #bdc2cb

RGB 189194203
HSL0.610.120.77
HSV219°80°
CMYK 0.070.040.00   0.20
XYZ51.057553.714264.1768
Yxy53.71420.30220.3179
Hunter Lab73.2900-3.9053-0.6147
CIE-Lab78.29480.0100-5.1110

#bdc2cb color RGB value is (189,194,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11001011
Octal 275 302 313
Decimal 189 194 203
Hex BD C2 CB

RGB Percentages of Color #bdc2cb

%32.25
%33.11
%34.64

CMYK Percentages of Color #bdc2cb

%7
%4
%0
%20

Triadic Colors of #bdc2cb

#bdc2cb #cbbdc2 #c2cbbd

Analogous Colors of #bdc2cb

#bdc2cb #bfbdcb #bdc9cb

Monochromatic Colors of #bdc2cb

#bdc2cb

Complementary Color

#bdc2cb #cbc6bd

#bdc2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2cb Color CSS Codes

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

#bdc2cb Text Font Color

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

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


#bdc2cb Background Color

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

This div background color is #bdc2cb


#bdc2cb Border Color

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

This div border color is #bdc2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2cb


Comments

No comments written yet.

Please login to write comment.