Color Hex Logo

#bdcbce Color Hex

#BDCBCE
(189,203,206)
0 Favorites   0 Comments

Color spaces of #bdcbce

RGB 189203206
HSL0.530.150.77
HSV191°81°
CMYK 0.080.010.00   0.19
XYZ53.482857.986966.7663
Yxy57.98690.30010.3253
Hunter Lab76.1491-7.89281.3199
CIE-Lab80.7315-4.1567-3.1355

#bdcbce color RGB value is (189,203,206).

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

The process color (four color CMYK) of #bdcbce color hex is 0.08, 0.01, 0.00, 0.19. Web safe color of #bdcbce is #cccccc. Color #bdcbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11001110
Octal 275 313 316
Decimal 189 203 206
Hex BD CB CE

RGB Percentages of Color #bdcbce

%31.61
%33.95
%34.45

CMYK Percentages of Color #bdcbce

%8
%1
%0
%19

Triadic Colors of #bdcbce

#bdcbce #cebdcb #cbcebd

Analogous Colors of #bdcbce

#bdcbce #bdc3ce #bdcec9

Monochromatic Colors of #bdcbce

#bdcbce

Complementary Color

#bdcbce #cec0bd

#bdcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbce Color CSS Codes

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

#bdcbce Text Font Color

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

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


#bdcbce Background Color

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

This div background color is #bdcbce


#bdcbce Border Color

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

This div border color is #bdcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbce


Comments

No comments written yet.

Please login to write comment.