Color Hex Logo

#b9bcdb Color Hex

#B9BCDB
(185,188,219)
0 Favorites   0 Comments

Color spaces of #b9bcdb

RGB 185188219
HSL0.650.320.79
HSV235°16°86°
CMYK 0.160.140.00   0.14
XYZ50.777051.395274.2619
Yxy51.39520.28780.2913
Hunter Lab71.69040.9699-11.2334
CIE-Lab76.91785.1997-15.8453

#b9bcdb color RGB value is (185,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111100 11011011
Octal 271 274 333
Decimal 185 188 219
Hex B9 BC DB

RGB Percentages of Color #b9bcdb

%31.25
%31.76
%36.99

CMYK Percentages of Color #b9bcdb

%16
%14
%0
%14

Triadic Colors of #b9bcdb

#b9bcdb #dbb9bc #bcdbb9

Analogous Colors of #b9bcdb

#b9bcdb #c7b9db #b9cddb

Monochromatic Colors of #b9bcdb

#b9bcdb

Complementary Color

#b9bcdb #dbd8b9

#b9bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bcdb Color CSS Codes

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

#b9bcdb Text Font Color

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

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


#b9bcdb Background Color

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

This div background color is #b9bcdb


#b9bcdb Border Color

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

This div border color is #b9bcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,188,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bcdb


Comments

No comments written yet.

Please login to write comment.