Color Hex Logo

#bdccc2 Color Hex

#BDCCC2
(189,204,194)
0 Favorites   0 Comments

Color spaces of #bdccc2

RGB 189204194
HSL0.390.130.77
HSV140°80°
CMYK 0.070.000.05   0.20
XYZ52.316757.899659.4573
Yxy57.89960.30830.3412
Hunter Lab76.0918-10.43346.9357
CIE-Lab80.6829-6.96953.2221

#bdccc2 color RGB value is (189,204,194).

#bdccc2 hex color red value is 189, green value is 204 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bdccc2 hue: 0.39 , saturation: 0.13 and the lightness value of bdccc2 is 0.77.

The process color (four color CMYK) of #bdccc2 color hex is 0.07, 0.00, 0.05, 0.20. Web safe color of #bdccc2 is #cccccc. Color #bdccc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11000010
Octal 275 314 302
Decimal 189 204 194
Hex BD CC C2

RGB Percentages of Color #bdccc2

%32.20
%34.75
%33.05

CMYK Percentages of Color #bdccc2

%7
%0
%5
%20

Triadic Colors of #bdccc2

#bdccc2 #c2bdcc #ccc2bd

Analogous Colors of #bdccc2

#bdccc2 #bdccca #c0ccbd

Monochromatic Colors of #bdccc2

#bdccc2

Complementary Color

#bdccc2 #ccbdc7

#bdccc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccc2 Color CSS Codes

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

#bdccc2 Text Font Color

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

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


#bdccc2 Background Color

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

This div background color is #bdccc2


#bdccc2 Border Color

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

This div border color is #bdccc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccc2


Comments

No comments written yet.

Please login to write comment.