Color Hex Logo

#bdbdca Color Hex

#BDBDCA
(189,189,202)
0 Favorites   0 Comments

Color spaces of #bdbdca

RGB 189189202
HSL0.670.110.77
HSV240°79°
CMYK 0.060.060.00   0.21
XYZ49.844551.478363.1863
Yxy51.47830.30300.3129
Hunter Lab71.7484-1.5535-1.9908
CIE-Lab76.96782.4850-6.5317

#bdbdca color RGB value is (189,189,202).

#bdbdca hex color red value is 189, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdbdca hue: 0.67 , saturation: 0.11 and the lightness value of bdbdca is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11001010
Octal 275 275 312
Decimal 189 189 202
Hex BD BD CA

RGB Percentages of Color #bdbdca

%32.59
%32.59
%34.83

CMYK Percentages of Color #bdbdca

%6
%6
%0
%21

Triadic Colors of #bdbdca

#bdbdca #cabdbd #bdcabd

Analogous Colors of #bdbdca

#bdbdca #c4bdca #bdc4ca

Monochromatic Colors of #bdbdca

#bdbdca

Complementary Color

#bdbdca #cacabd

#bdbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdca Color CSS Codes

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

#bdbdca Text Font Color

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

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


#bdbdca Background Color

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

This div background color is #bdbdca


#bdbdca Border Color

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

This div border color is #bdbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdca

#bdbdca Color Palettes


Comments

No comments written yet.

Please login to write comment.