Color Hex Logo

#bcbfdb Color Hex

#BCBFDB
(188,191,219)
0 Favorites   0 Comments

Color spaces of #bcbfdb

RGB 188191219
HSL0.650.300.80
HSV234°14°86°
CMYK 0.140.130.00   0.14
XYZ52.156053.067474.5120
Yxy53.06740.29020.2953
Hunter Lab72.84740.3164-9.6517
CIE-Lab77.91484.5423-14.3237

#bcbfdb color RGB value is (188,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11011011
Octal 274 277 333
Decimal 188 191 219
Hex BC BF DB

RGB Percentages of Color #bcbfdb

%31.44
%31.94
%36.62

CMYK Percentages of Color #bcbfdb

%14
%13
%0
%14

Triadic Colors of #bcbfdb

#bcbfdb #dbbcbf #bfdbbc

Analogous Colors of #bcbfdb

#bcbfdb #c9bcdb #bccfdb

Monochromatic Colors of #bcbfdb

#bcbfdb

Complementary Color

#bcbfdb #dbd8bc

#bcbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfdb Color CSS Codes

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

#bcbfdb Text Font Color

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

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


#bcbfdb Background Color

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

This div background color is #bcbfdb


#bcbfdb Border Color

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

This div border color is #bcbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfdb


Comments

No comments written yet.

Please login to write comment.