Color Hex Logo

#bbc6be Color Hex

#BBC6BE
(187,198,190)
0 Favorites   0 Comments

Color spaces of #bbc6be

RGB 187198190
HSL0.380.090.75
HSV136°78°
CMYK 0.060.000.04   0.22
XYZ49.981954.670756.6334
Yxy54.67070.30990.3390
Hunter Lab73.9396-8.73156.3451
CIE-Lab78.8512-5.26282.6941

#bbc6be color RGB value is (187,198,190).

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

The process color (four color CMYK) of #bbc6be color hex is 0.06, 0.00, 0.04, 0.22. Web safe color of #bbc6be is #cccccc. Color #bbc6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 10111110
Octal 273 306 276
Decimal 187 198 190
Hex BB C6 BE

RGB Percentages of Color #bbc6be

%32.52
%34.43
%33.04

CMYK Percentages of Color #bbc6be

%6
%0
%4
%22

Triadic Colors of #bbc6be

#bbc6be #bebbc6 #c6bebb

Analogous Colors of #bbc6be

#bbc6be #bbc6c4 #bec6bb

Monochromatic Colors of #bbc6be

#bbc6be

Complementary Color

#bbc6be #c6bbc3

#bbc6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc6be Color CSS Codes

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

#bbc6be Text Font Color

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

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


#bbc6be Background Color

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

This div background color is #bbc6be


#bbc6be Border Color

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

This div border color is #bbc6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc6be


Comments

No comments written yet.

Please login to write comment.