Color Hex Logo

#b9dcbe Color Hex

#B9DCBE
(185,220,190)
1 Favorites   0 Comments

Color spaces of #b9dcbe

RGB 185220190
HSL0.360.330.79
HSV129°16°86°
CMYK 0.160.000.14   0.14
XYZ54.895065.218458.4103
Yxy65.21840.30750.3653
Hunter Lab80.7579-19.991413.6475
CIE-Lab84.5962-17.213010.9343

#b9dcbe color RGB value is (185,220,190).

#b9dcbe hex color red value is 185, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9dcbe hue: 0.36 , saturation: 0.33 and the lightness value of b9dcbe is 0.79.

The process color (four color CMYK) of #b9dcbe color hex is 0.16, 0.00, 0.14, 0.14. Web safe color of #b9dcbe is #cccccc. Color #b9dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 10111110
Octal 271 334 276
Decimal 185 220 190
Hex B9 DC BE

RGB Percentages of Color #b9dcbe

%31.09
%36.97
%31.93

CMYK Percentages of Color #b9dcbe

%16
%0
%14
%14

Triadic Colors of #b9dcbe

#b9dcbe #beb9dc #dcbeb9

Analogous Colors of #b9dcbe

#b9dcbe #b9dcd0 #c6dcb9

Monochromatic Colors of #b9dcbe

#b9dcbe

Complementary Color

#b9dcbe #dcb9d7

#b9dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dcbe Color CSS Codes

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

#b9dcbe Text Font Color

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

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


#b9dcbe Background Color

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

This div background color is #b9dcbe


#b9dcbe Border Color

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

This div border color is #b9dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dcbe

#b9dcbe Color Palettes


Comments

No comments written yet.

Please login to write comment.