Color Hex Logo

#bcbccf Color Hex

#BCBCCF
(188,188,207)
0 Favorites   0 Comments

Color spaces of #bcbccf

RGB 188188207
HSL0.670.170.77
HSV240°81°
CMYK 0.090.090.00   0.19
XYZ49.984751.162866.2724
Yxy51.16280.29860.3056
Hunter Lab71.5282-0.4365-4.8637
CIE-Lab76.77753.6830-9.5327

#bcbccf color RGB value is (188,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11001111
Octal 274 274 317
Decimal 188 188 207
Hex BC BC CF

RGB Percentages of Color #bcbccf

%32.25
%32.25
%35.51

CMYK Percentages of Color #bcbccf

%9
%9
%0
%19

Triadic Colors of #bcbccf

#bcbccf #cfbcbc #bccfbc

Analogous Colors of #bcbccf

#bcbccf #c6bccf #bcc6cf

Monochromatic Colors of #bcbccf

#bcbccf

Complementary Color

#bcbccf #cfcfbc

#bcbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbccf Color CSS Codes

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

#bcbccf Text Font Color

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

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


#bcbccf Background Color

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

This div background color is #bcbccf


#bcbccf Border Color

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

This div border color is #bcbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbccf


Comments

No comments written yet.

Please login to write comment.