Color Hex Logo

#bdbdcc Color Hex

#BDBDCC
(189,189,204)
0 Favorites   0 Comments

Color spaces of #bdbdcc

RGB 189189204
HSL0.670.130.77
HSV240°80°
CMYK 0.070.070.00   0.20
XYZ50.082951.573664.4418
Yxy51.57360.30150.3105
Hunter Lab71.8148-1.1917-2.9326
CIE-Lab77.02522.8797-7.5305

#bdbdcc color RGB value is (189,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11001100
Octal 275 275 314
Decimal 189 189 204
Hex BD BD CC

RGB Percentages of Color #bdbdcc

%32.47
%32.47
%35.05

CMYK Percentages of Color #bdbdcc

%7
%7
%0
%20

Triadic Colors of #bdbdcc

#bdbdcc #ccbdbd #bdccbd

Analogous Colors of #bdbdcc

#bdbdcc #c5bdcc #bdc5cc

Monochromatic Colors of #bdbdcc

#bdbdcc

Complementary Color

#bdbdcc #ccccbd

#bdbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdcc Color CSS Codes

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

#bdbdcc Text Font Color

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

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


#bdbdcc Background Color

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

This div background color is #bdbdcc


#bdbdcc Border Color

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

This div border color is #bdbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdcc


Comments

No comments written yet.

Please login to write comment.