Color Hex Logo

#bdb8ce Color Hex

#BDB8CE
(189,184,206)
0 Favorites   0 Comments

Color spaces of #bdb8ce

RGB 189184206
HSL0.700.180.76
HSV254°11°81°
CMYK 0.080.110.00   0.19
XYZ49.267349.556065.3611
Yxy49.55600.30010.3018
Hunter Lab70.39601.7318-5.7722
CIE-Lab75.79595.9739-10.4446

#bdb8ce color RGB value is (189,184,206).

#bdb8ce hex color red value is 189, green value is 184 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdb8ce hue: 0.70 , saturation: 0.18 and the lightness value of bdb8ce is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 11001110
Octal 275 270 316
Decimal 189 184 206
Hex BD B8 CE

RGB Percentages of Color #bdb8ce

%32.64
%31.78
%35.58

CMYK Percentages of Color #bdb8ce

%8
%11
%0
%19

Triadic Colors of #bdb8ce

#bdb8ce #cebdb8 #b8cebd

Analogous Colors of #bdb8ce

#bdb8ce #c8b8ce #b8bece

Monochromatic Colors of #bdb8ce

#bdb8ce

Complementary Color

#bdb8ce #c9ceb8

#bdb8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb8ce Color CSS Codes

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

#bdb8ce Text Font Color

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

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


#bdb8ce Background Color

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

This div background color is #bdb8ce


#bdb8ce Border Color

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

This div border color is #bdb8ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,184,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 #bdb8ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb8ce


Comments

No comments written yet.

Please login to write comment.