Color Hex Logo

#b9cabf Color Hex

#B9CABF
(185,202,191)
0 Favorites   0 Comments

Color spaces of #b9cabf

RGB 185202191
HSL0.390.140.76
HSV141°79°
CMYK 0.080.000.05   0.21
XYZ50.532156.316957.4971
Yxy56.31690.30750.3427
Hunter Lab75.0446-11.13317.1048
CIE-Lab79.7938-7.85043.5057

#b9cabf color RGB value is (185,202,191).

#b9cabf hex color red value is 185, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b9cabf hue: 0.39 , saturation: 0.14 and the lightness value of b9cabf is 0.76.

The process color (four color CMYK) of #b9cabf color hex is 0.08, 0.00, 0.05, 0.21. Web safe color of #b9cabf is #cccccc. Color #b9cabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 10111111
Octal 271 312 277
Decimal 185 202 191
Hex B9 CA BF

RGB Percentages of Color #b9cabf

%32.01
%34.95
%33.04

CMYK Percentages of Color #b9cabf

%8
%0
%5
%21

Triadic Colors of #b9cabf

#b9cabf #bfb9ca #cabfb9

Analogous Colors of #b9cabf

#b9cabf #b9cac8 #bccab9

Monochromatic Colors of #b9cabf

#b9cabf

Complementary Color

#b9cabf #cab9c4

#b9cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cabf Color CSS Codes

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

#b9cabf Text Font Color

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

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


#b9cabf Background Color

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

This div background color is #b9cabf


#b9cabf Border Color

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

This div border color is #b9cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cabf


Comments

No comments written yet.

Please login to write comment.