Color Hex Logo

#bdcbd6 Color Hex

#BDCBD6
(189,203,214)
0 Favorites   0 Comments

Color spaces of #bdcbd6

RGB 189203214
HSL0.570.230.79
HSV206°12°84°
CMYK 0.120.050.00   0.16
XYZ54.479858.385772.0165
Yxy58.38570.29470.3158
Hunter Lab76.4105-6.4501-2.3931
CIE-Lab80.9528-2.5611-7.0959

#bdcbd6 color RGB value is (189,203,214).

#bdcbd6 hex color red value is 189, green value is 203 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bdcbd6 hue: 0.57 , saturation: 0.23 and the lightness value of bdcbd6 is 0.79.

The process color (four color CMYK) of #bdcbd6 color hex is 0.12, 0.05, 0.00, 0.16. Web safe color of #bdcbd6 is #cccccc. Color #bdcbd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11010110
Octal 275 313 326
Decimal 189 203 214
Hex BD CB D6

RGB Percentages of Color #bdcbd6

%31.19
%33.50
%35.31

CMYK Percentages of Color #bdcbd6

%12
%5
%0
%16

Triadic Colors of #bdcbd6

#bdcbd6 #d6bdcb #cbd6bd

Analogous Colors of #bdcbd6

#bdcbd6 #bdbfd6 #bdd6d5

Monochromatic Colors of #bdcbd6

#bdcbd6

Complementary Color

#bdcbd6 #d6c8bd

#bdcbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbd6 Color CSS Codes

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

#bdcbd6 Text Font Color

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

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


#bdcbd6 Background Color

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

This div background color is #bdcbd6


#bdcbd6 Border Color

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

This div border color is #bdcbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbd6


Comments

No comments written yet.

Please login to write comment.