Color Hex Logo

#bccfb9 Color Hex

#BCCFB9
(188,207,185)
0 Favorites   0 Comments

Color spaces of #bccfb9

RGB 188207185
HSL0.310.190.77
HSV112°11°81°
CMYK 0.090.000.11   0.19
XYZ51.808858.819854.5217
Yxy58.81980.31370.3562
Hunter Lab76.6941-13.633311.5367
CIE-Lab81.1924-10.49608.7552

#bccfb9 color RGB value is (188,207,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 10111001
Octal 274 317 271
Decimal 188 207 185
Hex BC CF B9

RGB Percentages of Color #bccfb9

%32.41
%35.69
%31.90

CMYK Percentages of Color #bccfb9

%9
%0
%11
%19

Triadic Colors of #bccfb9

#bccfb9 #b9bccf #cfb9bc

Analogous Colors of #bccfb9

#bccfb9 #b9cfc1 #c7cfb9

Monochromatic Colors of #bccfb9

#bccfb9

Complementary Color

#bccfb9 #ccb9cf

#bccfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfb9 Color CSS Codes

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

#bccfb9 Text Font Color

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

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


#bccfb9 Background Color

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

This div background color is #bccfb9


#bccfb9 Border Color

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

This div border color is #bccfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfb9


Comments

No comments written yet.

Please login to write comment.