Color Hex Logo

#bdcfbe Color Hex

#BDCFBE
(189,207,190)
0 Favorites   0 Comments

Color spaces of #bdcfbe

RGB 189207190
HSL0.340.160.78
HSV123°81°
CMYK 0.090.000.08   0.19
XYZ52.593459.162257.3627
Yxy59.16220.31100.3498
Hunter Lab76.9170-12.55209.6249
CIE-Lab81.3807-9.25586.3677

#bdcfbe color RGB value is (189,207,190).

#bdcfbe hex color red value is 189, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdcfbe hue: 0.34 , saturation: 0.16 and the lightness value of bdcfbe is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10111110
Octal 275 317 276
Decimal 189 207 190
Hex BD CF BE

RGB Percentages of Color #bdcfbe

%32.25
%35.32
%32.42

CMYK Percentages of Color #bdcfbe

%9
%0
%8
%19

Triadic Colors of #bdcfbe

#bdcfbe #bebdcf #cfbebd

Analogous Colors of #bdcfbe

#bdcfbe #bdcfc7 #c5cfbd

Monochromatic Colors of #bdcfbe

#bdcfbe

Complementary Color

#bdcfbe #cfbdce

#bdcfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfbe Color CSS Codes

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

#bdcfbe Text Font Color

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

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


#bdcfbe Background Color

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

This div background color is #bdcfbe


#bdcfbe Border Color

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

This div border color is #bdcfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfbe


Comments

No comments written yet.

Please login to write comment.