Color Hex Logo

#b9bcce Color Hex

#B9BCCE
(185,188,206)
0 Favorites   0 Comments

Color spaces of #b9bcce

RGB 185188206
HSL0.640.180.77
HSV231°10°81°
CMYK 0.100.090.00   0.19
XYZ49.131450.737065.5962
Yxy50.73700.29690.3066
Hunter Lab71.2299-1.5305-4.7397
CIE-Lab76.51942.4857-9.3993

#b9bcce color RGB value is (185,188,206).

#b9bcce hex color red value is 185, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9bcce hue: 0.64 , saturation: 0.18 and the lightness value of b9bcce is 0.77.

The process color (four color CMYK) of #b9bcce color hex is 0.10, 0.09, 0.00, 0.19. Web safe color of #b9bcce is #cccccc. Color #b9bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111100 11001110
Octal 271 274 316
Decimal 185 188 206
Hex B9 BC CE

RGB Percentages of Color #b9bcce

%31.95
%32.47
%35.58

CMYK Percentages of Color #b9bcce

%10
%9
%0
%19

Triadic Colors of #b9bcce

#b9bcce #ceb9bc #bcceb9

Analogous Colors of #b9bcce

#b9bcce #c1b9ce #b9c7ce

Monochromatic Colors of #b9bcce

#b9bcce

Complementary Color

#b9bcce #cecbb9

#b9bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bcce Color CSS Codes

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

#b9bcce Text Font Color

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

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


#b9bcce Background Color

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

This div background color is #b9bcce


#b9bcce Border Color

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

This div border color is #b9bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bcce

#b9bcce Color Palettes


Comments

No comments written yet.

Please login to write comment.