Color Hex Logo

#b7c5bc Color Hex

#B7C5BC
(183,197,188)
0 Favorites   0 Comments

Color spaces of #b7c5bc

RGB 183197188
HSL0.390.110.75
HSV141°77°
CMYK 0.070.000.05   0.23
XYZ48.571853.630655.3687
Yxy53.63060.30830.3404
Hunter Lab73.2329-9.76736.4361
CIE-Lab78.2458-6.48502.8566

#b7c5bc color RGB value is (183,197,188).

#b7c5bc hex color red value is 183, green value is 197 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b7c5bc hue: 0.39 , saturation: 0.11 and the lightness value of b7c5bc is 0.75.

The process color (four color CMYK) of #b7c5bc color hex is 0.07, 0.00, 0.05, 0.23. Web safe color of #b7c5bc is #cccccc. Color #b7c5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11000101 10111100
Octal 267 305 274
Decimal 183 197 188
Hex B7 C5 BC

RGB Percentages of Color #b7c5bc

%32.22
%34.68
%33.10

CMYK Percentages of Color #b7c5bc

%7
%0
%5
%23

Triadic Colors of #b7c5bc

#b7c5bc #bcb7c5 #c5bcb7

Analogous Colors of #b7c5bc

#b7c5bc #b7c5c3 #b9c5b7

Monochromatic Colors of #b7c5bc

#b7c5bc

Complementary Color

#b7c5bc #c5b7c0

#b7c5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7c5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7c5bc Color CSS Codes

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

#b7c5bc Text Font Color

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

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


#b7c5bc Background Color

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

This div background color is #b7c5bc


#b7c5bc Border Color

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

This div border color is #b7c5bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,197,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7c5bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7c5bc;
  -webkit-box-shadow: 1px 1px 3px 2px #b7c5bc;
  box-shadow:         1px 1px 3px 2px #b7c5bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,197,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7c5bc


Comments

No comments written yet.

Please login to write comment.