Color Hex Logo

#bdbbd7 Color Hex

#BDBBD7
(189,187,215)
0 Favorites   0 Comments

Color spaces of #bdbbd7

RGB 189187215
HSL0.680.260.79
HSV244°13°84°
CMYK 0.120.130.00   0.16
XYZ51.022351.265871.4961
Yxy51.26580.29360.2950
Hunter Lab71.60011.8990-9.0838
CIE-Lab76.83976.1883-13.7666

#bdbbd7 color RGB value is (189,187,215).

#bdbbd7 hex color red value is 189, green value is 187 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bdbbd7 hue: 0.68 , saturation: 0.26 and the lightness value of bdbbd7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11010111
Octal 275 273 327
Decimal 189 187 215
Hex BD BB D7

RGB Percentages of Color #bdbbd7

%31.98
%31.64
%36.38

CMYK Percentages of Color #bdbbd7

%12
%13
%0
%16

Triadic Colors of #bdbbd7

#bdbbd7 #d7bdbb #bbd7bd

Analogous Colors of #bdbbd7

#bdbbd7 #cbbbd7 #bbc7d7

Monochromatic Colors of #bdbbd7

#bdbbd7

Complementary Color

#bdbbd7 #d5d7bb

#bdbbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbd7 Color CSS Codes

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

#bdbbd7 Text Font Color

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

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


#bdbbd7 Background Color

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

This div background color is #bdbbd7


#bdbbd7 Border Color

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

This div border color is #bdbbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbd7


Comments

No comments written yet.

Please login to write comment.