Color Hex Logo

#bdcfbb Color Hex

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

Color spaces of #bdcfbb

RGB 189207187
HSL0.320.170.77
HSV114°10°81°
CMYK 0.090.000.10   0.19
XYZ52.268759.032355.6532
Yxy59.03230.31310.3536
Hunter Lab76.8325-13.024310.8363
CIE-Lab81.3093-9.79497.8656

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

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

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

Base Numbers

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

RGB Percentages of Color #bdcfbb

%32.42
%35.51
%32.08

CMYK Percentages of Color #bdcfbb

%9
%0
%10
%19

Triadic Colors of #bdcfbb

#bdcfbb #bbbdcf #cfbbbd

Analogous Colors of #bdcfbb

#bdcfbb #bbcfc3 #c7cfbb

Monochromatic Colors of #bdcfbb

#bdcfbb

Complementary Color

#bdcfbb #cdbbcf

#bdcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfbb Color CSS Codes

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

#bdcfbb Text Font Color

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

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


#bdcfbb Background Color

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

This div background color is #bdcfbb


#bdcfbb Border Color

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

This div border color is #bdcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfbb


Comments

No comments written yet.

Please login to write comment.