Color Hex Logo

#bccdc4 Color Hex

#BCCDC4
(188,205,196)
0 Favorites   0 Comments

Color spaces of #bccdc4

RGB 188205196
HSL0.410.150.77
HSV148°80°
CMYK 0.080.000.04   0.20
XYZ52.534258.339560.7164
Yxy58.33950.30620.3400
Hunter Lab76.3803-10.89366.3353
CIE-Lab80.9272-7.45522.4973

#bccdc4 color RGB value is (188,205,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11000100
Octal 274 315 304
Decimal 188 205 196
Hex BC CD C4

RGB Percentages of Color #bccdc4

%31.92
%34.80
%33.28

CMYK Percentages of Color #bccdc4

%8
%0
%4
%20

Triadic Colors of #bccdc4

#bccdc4 #c4bccd #cdc4bc

Analogous Colors of #bccdc4

#bccdc4 #bccdcd #bdcdbc

Monochromatic Colors of #bccdc4

#bccdc4

Complementary Color

#bccdc4 #cdbcc5

#bccdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdc4 Color CSS Codes

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

#bccdc4 Text Font Color

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

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


#bccdc4 Background Color

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

This div background color is #bccdc4


#bccdc4 Border Color

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

This div border color is #bccdc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,205,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdc4


Comments

No comments written yet.

Please login to write comment.