Color Hex Logo

#bcb6e3 Color Hex

#BCB6E3
(188,182,227)
0 Favorites   0 Comments

Color spaces of #bcb6e3

RGB 188182227
HSL0.690.450.80
HSV248°20°89°
CMYK 0.170.200.00   0.11
XYZ51.332149.693379.5593
Yxy49.69330.28430.2752
Hunter Lab70.49356.6170-17.5696
CIE-Lab75.880611.1432-21.7238

#bcb6e3 color RGB value is (188,182,227).

#bcb6e3 hex color red value is 188, green value is 182 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bcb6e3 hue: 0.69 , saturation: 0.45 and the lightness value of bcb6e3 is 0.80.

The process color (four color CMYK) of #bcb6e3 color hex is 0.17, 0.20, 0.00, 0.11. Web safe color of #bcb6e3 is #cccccc. Color #bcb6e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 11100011
Octal 274 266 343
Decimal 188 182 227
Hex BC B6 E3

RGB Percentages of Color #bcb6e3

%31.49
%30.49
%38.02

CMYK Percentages of Color #bcb6e3

%17
%20
%0
%11

Triadic Colors of #bcb6e3

#bcb6e3 #e3bcb6 #b6e3bc

Analogous Colors of #bcb6e3

#bcb6e3 #d3b6e3 #b6c7e3

Monochromatic Colors of #bcb6e3

#bcb6e3

Complementary Color

#bcb6e3 #dde3b6

#bcb6e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6e3 Color CSS Codes

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

#bcb6e3 Text Font Color

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

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


#bcb6e3 Background Color

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

This div background color is #bcb6e3


#bcb6e3 Border Color

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

This div border color is #bcb6e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6e3


Comments

No comments written yet.

Please login to write comment.