Color Hex Logo

#bdccc6 Color Hex

#BDCCC6
(189,204,198)
0 Favorites   0 Comments

Color spaces of #bdccc6

RGB 189204198
HSL0.430.130.77
HSV156°80°
CMYK 0.070.000.03   0.20
XYZ52.772258.081861.8556
Yxy58.08180.30560.3363
Hunter Lab76.2114-9.76865.2263
CIE-Lab80.7842-6.22041.2277

#bdccc6 color RGB value is (189,204,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11000110
Octal 275 314 306
Decimal 189 204 198
Hex BD CC C6

RGB Percentages of Color #bdccc6

%31.98
%34.52
%33.50

CMYK Percentages of Color #bdccc6

%7
%0
%3
%20

Triadic Colors of #bdccc6

#bdccc6 #c6bdcc #ccc6bd

Analogous Colors of #bdccc6

#bdccc6 #bdcbcc #bdccbf

Monochromatic Colors of #bdccc6

#bdccc6

Complementary Color

#bdccc6 #ccbdc3

#bdccc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccc6 Color CSS Codes

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

#bdccc6 Text Font Color

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

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


#bdccc6 Background Color

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

This div background color is #bdccc6


#bdccc6 Border Color

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

This div border color is #bdccc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccc6


Comments

No comments written yet.

Please login to write comment.