Color Hex Logo

#bcbfde Color Hex

#BCBFDE
(188,191,222)
0 Favorites   0 Comments

Color spaces of #bcbfde

RGB 188191222
HSL0.650.340.80
HSV235°15°87°
CMYK 0.150.140.00   0.13
XYZ52.554753.226976.6111
Yxy53.22690.28810.2918
Hunter Lab72.95680.9088-11.1900
CIE-Lab78.00885.1775-15.8014

#bcbfde color RGB value is (188,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11011110
Octal 274 277 336
Decimal 188 191 222
Hex BC BF DE

RGB Percentages of Color #bcbfde

%31.28
%31.78
%36.94

CMYK Percentages of Color #bcbfde

%15
%14
%0
%13

Triadic Colors of #bcbfde

#bcbfde #debcbf #bfdebc

Analogous Colors of #bcbfde

#bcbfde #cabcde #bcd0de

Monochromatic Colors of #bcbfde

#bcbfde

Complementary Color

#bcbfde #dedbbc

#bcbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfde Color CSS Codes

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

#bcbfde Text Font Color

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

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


#bcbfde Background Color

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

This div background color is #bcbfde


#bcbfde Border Color

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

This div border color is #bcbfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,191,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 #bcbfde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfde


Comments

No comments written yet.

Please login to write comment.