Color Hex Logo

#bccfc7 Color Hex

#BCCFC7
(188,207,199)
0 Favorites   0 Comments

Color spaces of #bccfc7

RGB 188207199
HSL0.430.170.77
HSV155°81°
CMYK 0.090.000.04   0.19
XYZ53.360759.440562.6936
Yxy59.44050.30410.3387
Hunter Lab77.0977-11.37785.7554
CIE-Lab81.5331-7.92631.7742

#bccfc7 color RGB value is (188,207,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11000111
Octal 274 317 307
Decimal 188 207 199
Hex BC CF C7

RGB Percentages of Color #bccfc7

%31.65
%34.85
%33.50

CMYK Percentages of Color #bccfc7

%9
%0
%4
%19

Triadic Colors of #bccfc7

#bccfc7 #c7bccf #cfc7bc

Analogous Colors of #bccfc7

#bccfc7 #bccecf #bccfbe

Monochromatic Colors of #bccfc7

#bccfc7

Complementary Color

#bccfc7 #cfbcc4

#bccfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfc7 Color CSS Codes

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

#bccfc7 Text Font Color

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

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


#bccfc7 Background Color

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

This div background color is #bccfc7


#bccfc7 Border Color

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

This div border color is #bccfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfc7


Comments

No comments written yet.

Please login to write comment.