Color Hex Logo

#bcbbc9 Color Hex

#BCBBC9
(188,187,201)
0 Favorites   0 Comments

Color spaces of #bcbbc9

RGB 188187201
HSL0.680.110.76
HSV244°79°
CMYK 0.060.070.00   0.21
XYZ49.052050.449162.4107
Yxy50.44910.30300.3116
Hunter Lab71.0275-1.0251-2.3779
CIE-Lab76.34413.0252-6.9218

#bcbbc9 color RGB value is (188,187,201).

#bcbbc9 hex color red value is 188, green value is 187 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bcbbc9 hue: 0.68 , saturation: 0.11 and the lightness value of bcbbc9 is 0.76.

The process color (four color CMYK) of #bcbbc9 color hex is 0.06, 0.07, 0.00, 0.21. Web safe color of #bcbbc9 is #cccccc. Color #bcbbc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11001001
Octal 274 273 311
Decimal 188 187 201
Hex BC BB C9

RGB Percentages of Color #bcbbc9

%32.64
%32.47
%34.90

CMYK Percentages of Color #bcbbc9

%6
%7
%0
%21

Triadic Colors of #bcbbc9

#bcbbc9 #c9bcbb #bbc9bc

Analogous Colors of #bcbbc9

#bcbbc9 #c3bbc9 #bbc1c9

Monochromatic Colors of #bcbbc9

#bcbbc9

Complementary Color

#bcbbc9 #c8c9bb

#bcbbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbc9 Color CSS Codes

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

#bcbbc9 Text Font Color

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

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


#bcbbc9 Background Color

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

This div background color is #bcbbc9


#bcbbc9 Border Color

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

This div border color is #bcbbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbc9


Comments

No comments written yet.

Please login to write comment.