Color Hex Logo

#bcb6fe Color Hex

#BCB6FE
(188,182,254)
0 Favorites   0 Comments

Color spaces of #bcb6fe

RGB 188182254
HSL0.680.970.85
HSV245°28°100°
CMYK 0.260.280.00   0.00
XYZ55.356451.3030100.7508
Yxy51.30300.26690.2474
Hunter Lab71.626112.6084-33.2603
CIE-Lab76.862217.2864-34.7842

#bcb6fe color RGB value is (188,182,254).

#bcb6fe hex color red value is 188, green value is 182 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bcb6fe hue: 0.68 , saturation: 0.97 and the lightness value of bcb6fe is 0.85.

The process color (four color CMYK) of #bcb6fe color hex is 0.26, 0.28, 0.00, 0.00. Web safe color of #bcb6fe is #ccccff. Color #bcb6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 11111110
Octal 274 266 376
Decimal 188 182 254
Hex BC B6 FE

RGB Percentages of Color #bcb6fe

%30.13
%29.17
%40.71

CMYK Percentages of Color #bcb6fe

%26
%28
%0
%0

Triadic Colors of #bcb6fe

#bcb6fe #febcb6 #b6febc

Analogous Colors of #bcb6fe

#bcb6fe #e0b6fe #b6d4fe

Monochromatic Colors of #bcb6fe

#bcb6fe

Complementary Color

#bcb6fe #f8feb6

#bcb6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6fe Color CSS Codes

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

#bcb6fe Text Font Color

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

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


#bcb6fe Background Color

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

This div background color is #bcb6fe


#bcb6fe Border Color

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

This div border color is #bcb6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6fe


Comments

No comments written yet.

Please login to write comment.