Color Hex Logo

#bdbecb Color Hex

#BDBECB
(189,190,203)
0 Favorites   0 Comments

Color spaces of #bdbecb

RGB 189190203
HSL0.650.120.77
HSV236°80°
CMYK 0.070.060.00   0.20
XYZ50.179251.957563.8840
Yxy51.95750.30220.3130
Hunter Lab72.0816-1.8809-2.0901
CIE-Lab77.25542.1459-6.6476

#bdbecb color RGB value is (189,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11001011
Octal 275 276 313
Decimal 189 190 203
Hex BD BE CB

RGB Percentages of Color #bdbecb

%32.47
%32.65
%34.88

CMYK Percentages of Color #bdbecb

%7
%6
%0
%20

Triadic Colors of #bdbecb

#bdbecb #cbbdbe #becbbd

Analogous Colors of #bdbecb

#bdbecb #c3bdcb #bdc5cb

Monochromatic Colors of #bdbecb

#bdbecb

Complementary Color

#bdbecb #cbcabd

#bdbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbecb Color CSS Codes

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

#bdbecb Text Font Color

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

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


#bdbecb Background Color

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

This div background color is #bdbecb


#bdbecb Border Color

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

This div border color is #bdbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbecb


Comments

No comments written yet.

Please login to write comment.