Color Hex Logo

#bcbbcf Color Hex

#BCBBCF
(188,187,207)
0 Favorites   0 Comments

Color spaces of #bcbbcf

RGB 188187207
HSL0.680.170.77
HSV243°10°81°
CMYK 0.090.100.00   0.19
XYZ49.771850.737066.2014
Yxy50.73700.29860.3043
Hunter Lab71.22990.0743-5.2435
CIE-Lab76.51944.2217-9.9172

#bcbbcf color RGB value is (188,187,207).

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

The process color (four color CMYK) of #bcbbcf color hex is 0.09, 0.10, 0.00, 0.19. Web safe color of #bcbbcf is #cccccc. Color #bcbbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11001111
Octal 274 273 317
Decimal 188 187 207
Hex BC BB CF

RGB Percentages of Color #bcbbcf

%32.30
%32.13
%35.57

CMYK Percentages of Color #bcbbcf

%9
%10
%0
%19

Triadic Colors of #bcbbcf

#bcbbcf #cfbcbb #bbcfbc

Analogous Colors of #bcbbcf

#bcbbcf #c6bbcf #bbc4cf

Monochromatic Colors of #bcbbcf

#bcbbcf

Complementary Color

#bcbbcf #cecfbb

#bcbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbcf Color CSS Codes

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

#bcbbcf Text Font Color

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

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


#bcbbcf Background Color

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

This div background color is #bcbbcf


#bcbbcf Border Color

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

This div border color is #bcbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbcf


Comments

No comments written yet.

Please login to write comment.