Color Hex Logo

#bbceb2 Color Hex

#BBCEB2
(187,206,178)
2 Favorites   0 Comments

Color spaces of #bbceb2

RGB 187206178
HSL0.280.220.75
HSV101°14°81°
CMYK 0.090.000.14   0.19
XYZ50.600757.921850.6326
Yxy57.92180.31790.3639
Hunter Lab76.1064-14.507213.8296
CIE-Lab80.6953-11.552811.7678

#bbceb2 color RGB value is (187,206,178).

#bbceb2 hex color red value is 187, green value is 206 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bbceb2 hue: 0.28 , saturation: 0.22 and the lightness value of bbceb2 is 0.75.

The process color (four color CMYK) of #bbceb2 color hex is 0.09, 0.00, 0.14, 0.19. Web safe color of #bbceb2 is #cccc99. Color #bbceb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10110010
Octal 273 316 262
Decimal 187 206 178
Hex BB CE B2

RGB Percentages of Color #bbceb2

%32.75
%36.08
%31.17

CMYK Percentages of Color #bbceb2

%9
%0
%14
%19

Triadic Colors of #bbceb2

#bbceb2 #b2bbce #ceb2bb

Analogous Colors of #bbceb2

#bbceb2 #b2ceb7 #c9ceb2

Monochromatic Colors of #bbceb2

#bbceb2

Complementary Color

#bbceb2 #c5b2ce

#bbceb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbceb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbceb2 Color CSS Codes

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

#bbceb2 Text Font Color

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

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


#bbceb2 Background Color

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

This div background color is #bbceb2


#bbceb2 Border Color

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

This div border color is #bbceb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,206,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbceb2

#bbceb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.