Color Hex Logo

#bbcdbe Color Hex

#BBCDBE
(187,205,190)
0 Favorites   0 Comments

Color spaces of #bbcdbe

RGB 187205190
HSL0.360.150.77
HSV130°80°
CMYK 0.090.000.07   0.20
XYZ51.619157.945157.1791
Yxy57.94510.30960.3475
Hunter Lab76.1217-12.16988.7493
CIE-Lab80.7083-8.90815.3809

#bbcdbe color RGB value is (187,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 10111110
Octal 273 315 276
Decimal 187 205 190
Hex BB CD BE

RGB Percentages of Color #bbcdbe

%32.13
%35.22
%32.65

CMYK Percentages of Color #bbcdbe

%9
%0
%7
%20

Triadic Colors of #bbcdbe

#bbcdbe #bebbcd #cdbebb

Analogous Colors of #bbcdbe

#bbcdbe #bbcdc7 #c1cdbb

Monochromatic Colors of #bbcdbe

#bbcdbe

Complementary Color

#bbcdbe #cdbbca

#bbcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdbe Color CSS Codes

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

#bbcdbe Text Font Color

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

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


#bbcdbe Background Color

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

This div background color is #bbcdbe


#bbcdbe Border Color

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

This div border color is #bbcdbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,205,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 #bbcdbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdbe


Comments

No comments written yet.

Please login to write comment.