Color Hex Logo

#bbcebc Color Hex

#BBCEBC
(187,206,188)
0 Favorites   0 Comments

Color spaces of #bbcebc

RGB 187206188
HSL0.340.160.77
HSV123°81°
CMYK 0.090.000.09   0.19
XYZ51.641958.338256.1155
Yxy58.33820.31090.3512
Hunter Lab76.3794-12.97619.9056
CIE-Lab80.9265-9.78856.7639

#bbcebc color RGB value is (187,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10111100
Octal 273 316 274
Decimal 187 206 188
Hex BB CE BC

RGB Percentages of Color #bbcebc

%32.19
%35.46
%32.36

CMYK Percentages of Color #bbcebc

%9
%0
%9
%19

Triadic Colors of #bbcebc

#bbcebc #bcbbce #cebcbb

Analogous Colors of #bbcebc

#bbcebc #bbcec6 #c4cebb

Monochromatic Colors of #bbcebc

#bbcebc

Complementary Color

#bbcebc #cebbcd

#bbcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcebc Color CSS Codes

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

#bbcebc Text Font Color

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

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


#bbcebc Background Color

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

This div background color is #bbcebc


#bbcebc Border Color

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

This div border color is #bbcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcebc


Comments

No comments written yet.

Please login to write comment.