Color Hex Logo

#b9bedd Color Hex

#B9BEDD
(185,190,221)
0 Favorites   0 Comments

Color spaces of #b9bedd

RGB 185190221
HSL0.640.350.80
HSV232°16°87°
CMYK 0.160.140.00   0.13
XYZ51.472252.361775.8005
Yxy52.36170.28650.2915
Hunter Lab72.36140.3384-11.4549
CIE-Lab77.49664.5478-16.0548

#b9bedd color RGB value is (185,190,221).

#b9bedd hex color red value is 185, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b9bedd hue: 0.64 , saturation: 0.35 and the lightness value of b9bedd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11011101
Octal 271 276 335
Decimal 185 190 221
Hex B9 BE DD

RGB Percentages of Color #b9bedd

%31.04
%31.88
%37.08

CMYK Percentages of Color #b9bedd

%16
%14
%0
%13

Triadic Colors of #b9bedd

#b9bedd #ddb9be #beddb9

Analogous Colors of #b9bedd

#b9bedd #c6b9dd #b9d0dd

Monochromatic Colors of #b9bedd

#b9bedd

Complementary Color

#b9bedd #ddd8b9

#b9bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bedd Color CSS Codes

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

#b9bedd Text Font Color

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

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


#b9bedd Background Color

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

This div background color is #b9bedd


#b9bedd Border Color

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

This div border color is #b9bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bedd


Comments

No comments written yet.

Please login to write comment.