Color Hex Logo

#bcbfdf Color Hex

#BCBFDF
(188,191,223)
0 Favorites   0 Comments

Color spaces of #bcbfdf

RGB 188191223
HSL0.650.350.81
HSV235°16°87°
CMYK 0.160.140.00   0.13
XYZ52.689153.280777.3192
Yxy53.28070.28750.2907
Hunter Lab72.99361.1081-11.7080
CIE-Lab78.04045.3906-16.2932

#bcbfdf color RGB value is (188,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11011111
Octal 274 277 337
Decimal 188 191 223
Hex BC BF DF

RGB Percentages of Color #bcbfdf

%31.23
%31.73
%37.04

CMYK Percentages of Color #bcbfdf

%16
%14
%0
%13

Triadic Colors of #bcbfdf

#bcbfdf #dfbcbf #bfdfbc

Analogous Colors of #bcbfdf

#bcbfdf #cbbcdf #bcd1df

Monochromatic Colors of #bcbfdf

#bcbfdf

Complementary Color

#bcbfdf #dfdcbc

#bcbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfdf Color CSS Codes

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

#bcbfdf Text Font Color

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

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


#bcbfdf Background Color

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

This div background color is #bcbfdf


#bcbfdf Border Color

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

This div border color is #bcbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfdf


Comments

No comments written yet.

Please login to write comment.