Color Hex Logo

#bcbfd2 Color Hex

#BCBFD2
(188,191,210)
0 Favorites   0 Comments

Color spaces of #bcbfd2

RGB 188191210
HSL0.640.200.78
HSV232°10°82°
CMYK 0.100.090.00   0.18
XYZ51.002752.606168.4386
Yxy52.60610.29640.3058
Hunter Lab72.5301-1.4075-5.1744
CIE-Lab77.64192.6789-9.8694

#bcbfd2 color RGB value is (188,191,210).

#bcbfd2 hex color red value is 188, green value is 191 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bcbfd2 hue: 0.64 , saturation: 0.20 and the lightness value of bcbfd2 is 0.78.

The process color (four color CMYK) of #bcbfd2 color hex is 0.10, 0.09, 0.00, 0.18. Web safe color of #bcbfd2 is #cccccc. Color #bcbfd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11010010
Octal 274 277 322
Decimal 188 191 210
Hex BC BF D2

RGB Percentages of Color #bcbfd2

%31.92
%32.43
%35.65

CMYK Percentages of Color #bcbfd2

%10
%9
%0
%18

Triadic Colors of #bcbfd2

#bcbfd2 #d2bcbf #bfd2bc

Analogous Colors of #bcbfd2

#bcbfd2 #c4bcd2 #bccad2

Monochromatic Colors of #bcbfd2

#bcbfd2

Complementary Color

#bcbfd2 #d2cfbc

#bcbfd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfd2 Color CSS Codes

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

#bcbfd2 Text Font Color

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

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


#bcbfd2 Background Color

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

This div background color is #bcbfd2


#bcbfd2 Border Color

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

This div border color is #bcbfd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfd2


Comments

No comments written yet.

Please login to write comment.