Color Hex Logo

#bcceb9 Color Hex

#BCCEB9
(188,206,185)
0 Favorites   0 Comments

Color spaces of #bcceb9

RGB 188206185
HSL0.310.180.77
HSV111°10°81°
CMYK 0.090.000.10   0.19
XYZ51.567358.336854.4412
Yxy58.33680.31380.3550
Hunter Lab76.3785-13.147411.2042
CIE-Lab80.9257-9.98178.3734

#bcceb9 color RGB value is (188,206,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 10111001
Octal 274 316 271
Decimal 188 206 185
Hex BC CE B9

RGB Percentages of Color #bcceb9

%32.47
%35.58
%31.95

CMYK Percentages of Color #bcceb9

%9
%0
%10
%19

Triadic Colors of #bcceb9

#bcceb9 #b9bcce #ceb9bc

Analogous Colors of #bcceb9

#bcceb9 #b9cec1 #c7ceb9

Monochromatic Colors of #bcceb9

#bcceb9

Complementary Color

#bcceb9 #cbb9ce

#bcceb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcceb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcceb9 Color CSS Codes

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

#bcceb9 Text Font Color

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

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


#bcceb9 Background Color

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

This div background color is #bcceb9


#bcceb9 Border Color

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

This div border color is #bcceb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcceb9


Comments

No comments written yet.

Please login to write comment.