Color Hex Logo

#bbcec1 Color Hex

#BBCEC1
(187,206,193)
0 Favorites   0 Comments

Color spaces of #bbcec1

RGB 187206193
HSL0.390.160.77
HSV139°81°
CMYK 0.090.000.06   0.19
XYZ52.190558.557759.0041
Yxy58.55770.30750.3450
Hunter Lab76.5230-12.17407.8497
CIE-Lab81.0479-8.87224.2677

#bbcec1 color RGB value is (187,206,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11000001
Octal 273 316 301
Decimal 187 206 193
Hex BB CE C1

RGB Percentages of Color #bbcec1

%31.91
%35.15
%32.94

CMYK Percentages of Color #bbcec1

%9
%0
%6
%19

Triadic Colors of #bbcec1

#bbcec1 #c1bbce #cec1bb

Analogous Colors of #bbcec1

#bbcec1 #bbcecb #bfcebb

Monochromatic Colors of #bbcec1

#bbcec1

Complementary Color

#bbcec1 #cebbc8

#bbcec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcec1 Color CSS Codes

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

#bbcec1 Text Font Color

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

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


#bbcec1 Background Color

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

This div background color is #bbcec1


#bbcec1 Border Color

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

This div border color is #bbcec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcec1


Comments

No comments written yet.

Please login to write comment.