Color Hex Logo

#b1cabf Color Hex

#B1CABF
(177,202,191)
0 Favorites   0 Comments

Color spaces of #b1cabf

RGB 177202191
HSL0.430.190.74
HSV154°12°79°
CMYK 0.120.000.05   0.21
XYZ48.656055.349857.4093
Yxy55.34980.30140.3429
Hunter Lab74.3974-13.45646.3267
CIE-Lab79.2423-10.54942.6372

#b1cabf color RGB value is (177,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 10111111
Octal 261 312 277
Decimal 177 202 191
Hex B1 CA BF

RGB Percentages of Color #b1cabf

%31.05
%35.44
%33.51

CMYK Percentages of Color #b1cabf

%12
%0
%5
%21

Triadic Colors of #b1cabf

#b1cabf #bfb1ca #cabfb1

Analogous Colors of #b1cabf

#b1cabf #b1c9ca #b1cab3

Monochromatic Colors of #b1cabf

#b1cabf

Complementary Color

#b1cabf #cab1bc

#b1cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cabf Color CSS Codes

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

#b1cabf Text Font Color

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

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


#b1cabf Background Color

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

This div background color is #b1cabf


#b1cabf Border Color

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

This div border color is #b1cabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,202,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cabf


Comments

No comments written yet.

Please login to write comment.