Color Hex Logo

#b1cabe Color Hex

#B1CABE
(177,202,190)
0 Favorites   0 Comments

Color spaces of #b1cabe

RGB 177202190
HSL0.420.190.74
HSV151°12°79°
CMYK 0.120.000.06   0.21
XYZ48.546355.305956.8316
Yxy55.30590.30210.3442
Hunter Lab74.3679-13.62176.7484
CIE-Lab79.2171-10.74163.1376

#b1cabe color RGB value is (177,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 10111110
Octal 261 312 276
Decimal 177 202 190
Hex B1 CA BE

RGB Percentages of Color #b1cabe

%31.11
%35.50
%33.39

CMYK Percentages of Color #b1cabe

%12
%0
%6
%21

Triadic Colors of #b1cabe

#b1cabe #beb1ca #cabeb1

Analogous Colors of #b1cabe

#b1cabe #b1caca #b1cab2

Monochromatic Colors of #b1cabe

#b1cabe

Complementary Color

#b1cabe #cab1bd

#b1cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cabe Color CSS Codes

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

#b1cabe Text Font Color

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

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


#b1cabe Background Color

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

This div background color is #b1cabe


#b1cabe Border Color

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

This div border color is #b1cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cabe


Comments

No comments written yet.

Please login to write comment.