Color Hex Logo

#b1c8be Color Hex

#B1C8BE
(177,200,190)
0 Favorites   0 Comments

Color spaces of #b1c8be

RGB 177200190
HSL0.430.170.74
HSV154°12°78°
CMYK 0.120.000.05   0.22
XYZ48.080054.373456.6762
Yxy54.37340.30210.3417
Hunter Lab73.7383-12.65376.0458
CIE-Lab78.6790-9.70572.3566

#b1c8be color RGB value is (177,200,190).

#b1c8be hex color red value is 177, green value is 200 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1c8be hue: 0.43 , saturation: 0.17 and the lightness value of b1c8be is 0.74.

The process color (four color CMYK) of #b1c8be color hex is 0.12, 0.00, 0.05, 0.22. Web safe color of #b1c8be is #99cccc. Color #b1c8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001000 10111110
Octal 261 310 276
Decimal 177 200 190
Hex B1 C8 BE

RGB Percentages of Color #b1c8be

%31.22
%35.27
%33.51

CMYK Percentages of Color #b1c8be

%12
%0
%5
%22

Triadic Colors of #b1c8be

#b1c8be #beb1c8 #c8beb1

Analogous Colors of #b1c8be

#b1c8be #b1c7c8 #b1c8b3

Monochromatic Colors of #b1c8be

#b1c8be

Complementary Color

#b1c8be #c8b1bb

#b1c8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c8be Color CSS Codes

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

#b1c8be Text Font Color

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

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


#b1c8be Background Color

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

This div background color is #b1c8be


#b1c8be Border Color

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

This div border color is #b1c8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c8be


Comments

No comments written yet.

Please login to write comment.