Color Hex Logo

#bbcec5 Color Hex

#BBCEC5
(187,206,197)
0 Favorites   0 Comments

Color spaces of #bbcec5

RGB 187206197
HSL0.420.160.77
HSV152°81°
CMYK 0.090.000.04   0.19
XYZ52.642958.738661.3864
Yxy58.73860.30470.3400
Hunter Lab76.6411-11.51476.1599
CIE-Lab81.1477-8.12292.2742

#bbcec5 color RGB value is (187,206,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11000101
Octal 273 316 305
Decimal 187 206 197
Hex BB CE C5

RGB Percentages of Color #bbcec5

%31.69
%34.92
%33.39

CMYK Percentages of Color #bbcec5

%9
%0
%4
%19

Triadic Colors of #bbcec5

#bbcec5 #c5bbce #cec5bb

Analogous Colors of #bbcec5

#bbcec5 #bbcece #bbcebc

Monochromatic Colors of #bbcec5

#bbcec5

Complementary Color

#bbcec5 #cebbc4

#bbcec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcec5 Color CSS Codes

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

#bbcec5 Text Font Color

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

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


#bbcec5 Background Color

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

This div background color is #bbcec5


#bbcec5 Border Color

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

This div border color is #bbcec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcec5


Comments

No comments written yet.

Please login to write comment.