Color Hex Logo

#bcbbc4 Color Hex

#BCBBC4
(188,187,196)
0 Favorites   0 Comments

Color spaces of #bcbbc4

RGB 188187196
HSL0.690.070.75
HSV247°77°
CMYK 0.040.050.00   0.23
XYZ48.473250.217559.3627
Yxy50.21750.30670.3177
Hunter Lab70.8643-1.9135-0.0619
CIE-Lab76.20262.0515-4.4159

#bcbbc4 color RGB value is (188,187,196).

#bcbbc4 hex color red value is 188, green value is 187 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bcbbc4 hue: 0.69 , saturation: 0.07 and the lightness value of bcbbc4 is 0.75.

The process color (four color CMYK) of #bcbbc4 color hex is 0.04, 0.05, 0.00, 0.23. Web safe color of #bcbbc4 is #cccccc. Color #bcbbc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11000100
Octal 274 273 304
Decimal 188 187 196
Hex BC BB C4

RGB Percentages of Color #bcbbc4

%32.92
%32.75
%34.33

CMYK Percentages of Color #bcbbc4

%4
%5
%0
%23

Triadic Colors of #bcbbc4

#bcbbc4 #c4bcbb #bbc4bc

Analogous Colors of #bcbbc4

#bcbbc4 #c1bbc4 #bbbfc4

Monochromatic Colors of #bcbbc4

#bcbbc4

Complementary Color

#bcbbc4 #c3c4bb

#bcbbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbc4 Color CSS Codes

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

#bcbbc4 Text Font Color

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

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


#bcbbc4 Background Color

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

This div background color is #bcbbc4


#bcbbc4 Border Color

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

This div border color is #bcbbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbc4


Comments

No comments written yet.

Please login to write comment.