Color Hex Logo

#bccdc2 Color Hex

#BCCDC2
(188,205,194)
0 Favorites   0 Comments

Color spaces of #bccdc2

RGB 188205194
HSL0.390.150.77
HSV141°80°
CMYK 0.080.000.05   0.20
XYZ52.308058.249159.5252
Yxy58.24910.30750.3425
Hunter Lab76.3211-11.22387.1827
CIE-Lab80.8771-7.82903.4946

#bccdc2 color RGB value is (188,205,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11000010
Octal 274 315 302
Decimal 188 205 194
Hex BC CD C2

RGB Percentages of Color #bccdc2

%32.03
%34.92
%33.05

CMYK Percentages of Color #bccdc2

%8
%0
%5
%20

Triadic Colors of #bccdc2

#bccdc2 #c2bccd #cdc2bc

Analogous Colors of #bccdc2

#bccdc2 #bccdcb #bfcdbc

Monochromatic Colors of #bccdc2

#bccdc2

Complementary Color

#bccdc2 #cdbcc7

#bccdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdc2 Color CSS Codes

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

#bccdc2 Text Font Color

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

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


#bccdc2 Background Color

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

This div background color is #bccdc2


#bccdc2 Border Color

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

This div border color is #bccdc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,205,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 #bccdc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdc2


Comments

No comments written yet.

Please login to write comment.