Color Hex Logo

#bcc99b Color Hex

#BCC99B
(188,201,155)
0 Favorites   0 Comments

Color spaces of #bcc99b

RGB 188201155
HSL0.210.300.70
HSV77°23°79°
CMYK 0.060.000.23   0.21
XYZ47.542154.831239.0881
Yxy54.83120.33610.3876
Hunter Lab74.0481-14.979420.5360
CIE-Lab78.9439-12.339121.5537

#bcc99b color RGB value is (188,201,155).

#bcc99b hex color red value is 188, green value is 201 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bcc99b hue: 0.21 , saturation: 0.30 and the lightness value of bcc99b is 0.70.

The process color (four color CMYK) of #bcc99b color hex is 0.06, 0.00, 0.23, 0.21. Web safe color of #bcc99b is #cccc99. Color #bcc99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 10011011
Octal 274 311 233
Decimal 188 201 155
Hex BC C9 9B

RGB Percentages of Color #bcc99b

%34.56
%36.95
%28.49

CMYK Percentages of Color #bcc99b

%6
%0
%23
%21

Triadic Colors of #bcc99b

#bcc99b #9bbcc9 #c99bbc

Analogous Colors of #bcc99b

#bcc99b #a5c99b #c9bf9b

Monochromatic Colors of #bcc99b

#bcc99b

Complementary Color

#bcc99b #a89bc9

#bcc99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc99b Color CSS Codes

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

#bcc99b Text Font Color

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

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


#bcc99b Background Color

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

This div background color is #bcc99b


#bcc99b Border Color

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

This div border color is #bcc99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc99b


Comments

No comments written yet.

Please login to write comment.