Color Hex Logo

#bccbcf Color Hex

#BCCBCF
(188,203,207)
0 Favorites   0 Comments

Color spaces of #bccbcf

RGB 188203207
HSL0.540.170.77
HSV193°81°
CMYK 0.090.020.00   0.19
XYZ53.357557.908267.3967
Yxy57.90820.29860.3241
Hunter Lab76.0974-8.01110.7572
CIE-Lab80.6877-4.2906-3.7441

#bccbcf color RGB value is (188,203,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11001111
Octal 274 313 317
Decimal 188 203 207
Hex BC CB CF

RGB Percentages of Color #bccbcf

%31.44
%33.95
%34.62

CMYK Percentages of Color #bccbcf

%9
%2
%0
%19

Triadic Colors of #bccbcf

#bccbcf #cfbccb #cbcfbc

Analogous Colors of #bccbcf

#bccbcf #bcc2cf #bccfca

Monochromatic Colors of #bccbcf

#bccbcf

Complementary Color

#bccbcf #cfc0bc

#bccbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbcf Color CSS Codes

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

#bccbcf Text Font Color

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

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


#bccbcf Background Color

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

This div background color is #bccbcf


#bccbcf Border Color

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

This div border color is #bccbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbcf


Comments

No comments written yet.

Please login to write comment.