Color Hex Logo

#bbcec2 Color Hex

#BBCEC2
(187,206,194)
0 Favorites   0 Comments

Color spaces of #bbcec2

RGB 187206194
HSL0.390.160.77
HSV142°81°
CMYK 0.090.000.06   0.19
XYZ52.302458.602559.5937
Yxy58.60250.30680.3437
Hunter Lab76.5523-12.01097.4311
CIE-Lab81.0726-8.68643.7690

#bbcec2 color RGB value is (187,206,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11000010
Octal 273 316 302
Decimal 187 206 194
Hex BB CE C2

RGB Percentages of Color #bbcec2

%31.86
%35.09
%33.05

CMYK Percentages of Color #bbcec2

%9
%0
%6
%19

Triadic Colors of #bbcec2

#bbcec2 #c2bbce #cec2bb

Analogous Colors of #bbcec2

#bbcec2 #bbcecc #becebb

Monochromatic Colors of #bbcec2

#bbcec2

Complementary Color

#bbcec2 #cebbc7

#bbcec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcec2 Color CSS Codes

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

#bbcec2 Text Font Color

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

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


#bbcec2 Background Color

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

This div background color is #bbcec2


#bbcec2 Border Color

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

This div border color is #bbcec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcec2


Comments

No comments written yet.

Please login to write comment.