Color Hex Logo

#bbc0b3 Color Hex

#BBC0B3
(187,192,179)
0 Favorites   0 Comments

Color spaces of #bbc0b3

RGB 187192179
HSL0.230.090.73
HSV83°75°
CMYK 0.030.000.07   0.25
XYZ47.479851.518750.0895
Yxy51.51870.31850.3456
Hunter Lab71.7765-7.53218.8678
CIE-Lab76.9921-4.09965.9390

#bbc0b3 color RGB value is (187,192,179).

#bbc0b3 hex color red value is 187, green value is 192 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bbc0b3 hue: 0.23 , saturation: 0.09 and the lightness value of bbc0b3 is 0.73.

The process color (four color CMYK) of #bbc0b3 color hex is 0.03, 0.00, 0.07, 0.25. Web safe color of #bbc0b3 is #cccccc. Color #bbc0b3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10110011
Octal 273 300 263
Decimal 187 192 179
Hex BB C0 B3

RGB Percentages of Color #bbc0b3

%33.51
%34.41
%32.08

CMYK Percentages of Color #bbc0b3

%3
%0
%7
%25

Triadic Colors of #bbc0b3

#bbc0b3 #b3bbc0 #c0b3bb

Analogous Colors of #bbc0b3

#bbc0b3 #b5c0b3 #c0bfb3

Monochromatic Colors of #bbc0b3

#bbc0b3

Complementary Color

#bbc0b3 #b8b3c0

#bbc0b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc0b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc0b3 Color CSS Codes

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

#bbc0b3 Text Font Color

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

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


#bbc0b3 Background Color

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

This div background color is #bbc0b3


#bbc0b3 Border Color

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

This div border color is #bbc0b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc0b3


Comments

No comments written yet.

Please login to write comment.