Color Hex Logo

#bbc3be Color Hex

#BBC3BE
(187,195,190)
0 Favorites   0 Comments

Color spaces of #bbc3be

RGB 187195190
HSL0.400.060.75
HSV143°76°
CMYK 0.040.000.03   0.24
XYZ49.302953.312756.4070
Yxy53.31270.31000.3353
Hunter Lab73.0155-7.24725.3073
CIE-Lab78.0593-3.68511.5432

#bbc3be color RGB value is (187,195,190).

#bbc3be hex color red value is 187, green value is 195 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbc3be hue: 0.40 , saturation: 0.06 and the lightness value of bbc3be is 0.75.

The process color (four color CMYK) of #bbc3be color hex is 0.04, 0.00, 0.03, 0.24. Web safe color of #bbc3be is #cccccc. Color #bbc3be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10111110
Octal 273 303 276
Decimal 187 195 190
Hex BB C3 BE

RGB Percentages of Color #bbc3be

%32.69
%34.09
%33.22

CMYK Percentages of Color #bbc3be

%4
%0
%3
%24

Triadic Colors of #bbc3be

#bbc3be #bebbc3 #c3bebb

Analogous Colors of #bbc3be

#bbc3be #bbc3c2 #bcc3bb

Monochromatic Colors of #bbc3be

#bbc3be

Complementary Color

#bbc3be #c3bbc0

#bbc3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc3be Color CSS Codes

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

#bbc3be Text Font Color

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

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


#bbc3be Background Color

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

This div background color is #bbc3be


#bbc3be Border Color

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

This div border color is #bbc3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc3be


Comments

No comments written yet.

Please login to write comment.