Color Hex Logo

#bcc1cb Color Hex

#BCC1CB
(188,193,203)
0 Favorites   0 Comments

Color spaces of #bcc1cb

RGB 188193203
HSL0.610.130.77
HSV220°80°
CMYK 0.070.050.00   0.20
XYZ50.588553.143164.0913
Yxy53.14310.30140.3167
Hunter Lab72.8993-3.7037-1.0968
CIE-Lab77.95940.2072-5.6148

#bcc1cb color RGB value is (188,193,203).

#bcc1cb hex color red value is 188, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcc1cb hue: 0.61 , saturation: 0.13 and the lightness value of bcc1cb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 11001011
Octal 274 301 313
Decimal 188 193 203
Hex BC C1 CB

RGB Percentages of Color #bcc1cb

%32.19
%33.05
%34.76

CMYK Percentages of Color #bcc1cb

%7
%5
%0
%20

Triadic Colors of #bcc1cb

#bcc1cb #cbbcc1 #c1cbbc

Analogous Colors of #bcc1cb

#bcc1cb #bfbccb #bcc9cb

Monochromatic Colors of #bcc1cb

#bcc1cb

Complementary Color

#bcc1cb #cbc6bc

#bcc1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc1cb Color CSS Codes

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

#bcc1cb Text Font Color

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

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


#bcc1cb Background Color

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

This div background color is #bcc1cb


#bcc1cb Border Color

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

This div border color is #bcc1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc1cb


Comments

No comments written yet.

Please login to write comment.