Color Hex Logo

#bbcebe Color Hex

#BBCEBE
(187,206,190)
0 Favorites   0 Comments

Color spaces of #bbcebe

RGB 187206190
HSL0.360.160.77
HSV129°81°
CMYK 0.090.000.08   0.19
XYZ51.859158.425157.2591
Yxy58.42510.30950.3487
Hunter Lab76.4363-12.65829.0908
CIE-Lab80.9746-9.42475.7648

#bbcebe color RGB value is (187,206,190).

#bbcebe hex color red value is 187, green value is 206 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbcebe hue: 0.36 , saturation: 0.16 and the lightness value of bbcebe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10111110
Octal 273 316 276
Decimal 187 206 190
Hex BB CE BE

RGB Percentages of Color #bbcebe

%32.08
%35.33
%32.59

CMYK Percentages of Color #bbcebe

%9
%0
%8
%19

Triadic Colors of #bbcebe

#bbcebe #bebbce #cebebb

Analogous Colors of #bbcebe

#bbcebe #bbcec8 #c2cebb

Monochromatic Colors of #bbcebe

#bbcebe

Complementary Color

#bbcebe #cebbcb

#bbcebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcebe Color CSS Codes

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

#bbcebe Text Font Color

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

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


#bbcebe Background Color

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

This div background color is #bbcebe


#bbcebe Border Color

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

This div border color is #bbcebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcebe


Comments

No comments written yet.

Please login to write comment.