Color Hex Logo

#bcb9de Color Hex

#BCB9DE
(188,185,222)
0 Favorites   0 Comments

Color spaces of #bcb9de

RGB 188185222
HSL0.680.360.80
HSV245°17°87°
CMYK 0.150.170.00   0.13
XYZ51.272850.663276.1839
Yxy50.66320.28790.2844
Hunter Lab71.17814.0200-13.6351
CIE-Lab76.47458.4264-18.1154

#bcb9de color RGB value is (188,185,222).

#bcb9de hex color red value is 188, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcb9de hue: 0.68 , saturation: 0.36 and the lightness value of bcb9de is 0.80.

The process color (four color CMYK) of #bcb9de color hex is 0.15, 0.17, 0.00, 0.13. Web safe color of #bcb9de is #cccccc. Color #bcb9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 11011110
Octal 274 271 336
Decimal 188 185 222
Hex BC B9 DE

RGB Percentages of Color #bcb9de

%31.60
%31.09
%37.31

CMYK Percentages of Color #bcb9de

%15
%17
%0
%13

Triadic Colors of #bcb9de

#bcb9de #debcb9 #b9debc

Analogous Colors of #bcb9de

#bcb9de #cfb9de #b9c9de

Monochromatic Colors of #bcb9de

#bcb9de

Complementary Color

#bcb9de #dbdeb9

#bcb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb9de Color CSS Codes

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

#bcb9de Text Font Color

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

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


#bcb9de Background Color

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

This div background color is #bcb9de


#bcb9de Border Color

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

This div border color is #bcb9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb9de


Comments

No comments written yet.

Please login to write comment.