Color Hex Logo

#b9dbbe Color Hex

#B9DBBE
(185,219,190)
0 Favorites   0 Comments

Color spaces of #b9dbbe

RGB 185219190
HSL0.360.320.79
HSV129°16°86°
CMYK 0.160.000.13   0.14
XYZ54.633464.695058.3231
Yxy64.69500.30750.3642
Hunter Lab80.4332-19.513913.3113
CIE-Lab84.3263-16.712410.5499

#b9dbbe color RGB value is (185,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 10111110
Octal 271 333 276
Decimal 185 219 190
Hex B9 DB BE

RGB Percentages of Color #b9dbbe

%31.14
%36.87
%31.99

CMYK Percentages of Color #b9dbbe

%16
%0
%13
%14

Triadic Colors of #b9dbbe

#b9dbbe #beb9db #dbbeb9

Analogous Colors of #b9dbbe

#b9dbbe #b9dbcf #c5dbb9

Monochromatic Colors of #b9dbbe

#b9dbbe

Complementary Color

#b9dbbe #dbb9d6

#b9dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbbe Color CSS Codes

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

#b9dbbe Text Font Color

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

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


#b9dbbe Background Color

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

This div background color is #b9dbbe


#b9dbbe Border Color

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

This div border color is #b9dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbbe


Comments

No comments written yet.

Please login to write comment.