Color Hex Logo

#bdcfc0 Color Hex

#BDCFC0
(189,207,192)
0 Favorites   0 Comments

Color spaces of #bdcfc0

RGB 189207192
HSL0.360.160.78
HSV130°81°
CMYK 0.090.000.07   0.19
XYZ52.813559.250258.5220
Yxy59.25020.30960.3473
Hunter Lab76.9742-12.23248.8048
CIE-Lab81.4289-8.89205.3700

#bdcfc0 color RGB value is (189,207,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 11000000
Octal 275 317 300
Decimal 189 207 192
Hex BD CF C0

RGB Percentages of Color #bdcfc0

%32.14
%35.20
%32.65

CMYK Percentages of Color #bdcfc0

%9
%0
%7
%19

Triadic Colors of #bdcfc0

#bdcfc0 #c0bdcf #cfc0bd

Analogous Colors of #bdcfc0

#bdcfc0 #bdcfc9 #c3cfbd

Monochromatic Colors of #bdcfc0

#bdcfc0

Complementary Color

#bdcfc0 #cfbdcc

#bdcfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcfc0 Color CSS Codes

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

#bdcfc0 Text Font Color

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

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


#bdcfc0 Background Color

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

This div background color is #bdcfc0


#bdcfc0 Border Color

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

This div border color is #bdcfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcfc0


Comments

No comments written yet.

Please login to write comment.