Color Hex Logo

#b9becd Color Hex

#B9BECD
(185,190,205)
0 Favorites   0 Comments

Color spaces of #b9becd

RGB 185190205
HSL0.630.170.76
HSV225°10°80°
CMYK 0.100.070.00   0.20
XYZ49.440551.549065.1018
Yxy51.54900.29770.3104
Hunter Lab71.7976-2.7291-3.5023
CIE-Lab77.01041.2093-8.1273

#b9becd color RGB value is (185,190,205).

#b9becd hex color red value is 185, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9becd hue: 0.63 , saturation: 0.17 and the lightness value of b9becd is 0.76.

The process color (four color CMYK) of #b9becd color hex is 0.10, 0.07, 0.00, 0.20. Web safe color of #b9becd is #cccccc. Color #b9becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11001101
Octal 271 276 315
Decimal 185 190 205
Hex B9 BE CD

RGB Percentages of Color #b9becd

%31.90
%32.76
%35.34

CMYK Percentages of Color #b9becd

%10
%7
%0
%20

Triadic Colors of #b9becd

#b9becd #cdb9be #becdb9

Analogous Colors of #b9becd

#b9becd #beb9cd #b9c8cd

Monochromatic Colors of #b9becd

#b9becd

Complementary Color

#b9becd #cdc8b9

#b9becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9becd Color CSS Codes

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

#b9becd Text Font Color

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

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


#b9becd Background Color

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

This div background color is #b9becd


#b9becd Border Color

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

This div border color is #b9becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9becd


Comments

No comments written yet.

Please login to write comment.