Color Hex Logo

#bccdbf Color Hex

#BCCDBF
(188,205,191)
1 Favorites   0 Comments

Color spaces of #bccdbf

RGB 188205191
HSL0.360.150.77
HSV131°80°
CMYK 0.080.000.07   0.20
XYZ51.974358.115657.7683
Yxy58.11560.30960.3462
Hunter Lab76.2336-11.71168.4347
CIE-Lab80.8030-8.38304.9919

#bccdbf color RGB value is (188,205,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10111111
Octal 274 315 277
Decimal 188 205 191
Hex BC CD BF

RGB Percentages of Color #bccdbf

%32.19
%35.10
%32.71

CMYK Percentages of Color #bccdbf

%8
%0
%7
%20

Triadic Colors of #bccdbf

#bccdbf #bfbccd #cdbfbc

Analogous Colors of #bccdbf

#bccdbf #bccdc8 #c2cdbc

Monochromatic Colors of #bccdbf

#bccdbf

Complementary Color

#bccdbf #cdbcca

#bccdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdbf Color CSS Codes

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

#bccdbf Text Font Color

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

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


#bccdbf Background Color

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

This div background color is #bccdbf


#bccdbf Border Color

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

This div border color is #bccdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdbf


Comments

No comments written yet.

Please login to write comment.