Color Hex Logo

#bdbbcf Color Hex

#BDBBCF
(189,187,207)
0 Favorites   0 Comments

Color spaces of #bdbbcf

RGB 189187207
HSL0.680.170.77
HSV246°10°81°
CMYK 0.090.100.00   0.19
XYZ50.019150.864566.2130
Yxy50.86450.29930.3044
Hunter Lab71.31940.3803-5.1214
CIE-Lab76.59694.5543-9.7935

#bdbbcf color RGB value is (189,187,207).

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

The process color (four color CMYK) of #bdbbcf color hex is 0.09, 0.10, 0.00, 0.19. Web safe color of #bdbbcf is #cccccc. Color #bdbbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11001111
Octal 275 273 317
Decimal 189 187 207
Hex BD BB CF

RGB Percentages of Color #bdbbcf

%32.42
%32.08
%35.51

CMYK Percentages of Color #bdbbcf

%9
%10
%0
%19

Triadic Colors of #bdbbcf

#bdbbcf #cfbdbb #bbcfbd

Analogous Colors of #bdbbcf

#bdbbcf #c7bbcf #bbc3cf

Monochromatic Colors of #bdbbcf

#bdbbcf

Complementary Color

#bdbbcf #cdcfbb

#bdbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbcf Color CSS Codes

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

#bdbbcf Text Font Color

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

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


#bdbbcf Background Color

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

This div background color is #bdbbcf


#bdbbcf Border Color

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

This div border color is #bdbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbcf


Comments

No comments written yet.

Please login to write comment.