Color Hex Logo

#bcb7ed Color Hex

#BCB7ED
(188,183,237)
0 Favorites   0 Comments

Color spaces of #bcb7ed

RGB 188183237
HSL0.680.600.82
HSV246°23°93°
CMYK 0.210.230.00   0.07
XYZ52.958650.672887.1104
Yxy50.67280.27760.2657
Hunter Lab71.18488.2232-22.7251
CIE-Lab76.480412.8140-26.2175

#bcb7ed color RGB value is (188,183,237).

#bcb7ed hex color red value is 188, green value is 183 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bcb7ed hue: 0.68 , saturation: 0.60 and the lightness value of bcb7ed is 0.82.

The process color (four color CMYK) of #bcb7ed color hex is 0.21, 0.23, 0.00, 0.07. Web safe color of #bcb7ed is #ccccff. Color #bcb7ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 11101101
Octal 274 267 355
Decimal 188 183 237
Hex BC B7 ED

RGB Percentages of Color #bcb7ed

%30.92
%30.10
%38.98

CMYK Percentages of Color #bcb7ed

%21
%23
%0
%7

Triadic Colors of #bcb7ed

#bcb7ed #edbcb7 #b7edbc

Analogous Colors of #bcb7ed

#bcb7ed #d7b7ed #b7cded

Monochromatic Colors of #bcb7ed

#bcb7ed

Complementary Color

#bcb7ed #e8edb7

#bcb7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb7ed Color CSS Codes

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

#bcb7ed Text Font Color

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

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


#bcb7ed Background Color

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

This div background color is #bcb7ed


#bcb7ed Border Color

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

This div border color is #bcb7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb7ed


Comments

No comments written yet.

Please login to write comment.