Color Hex Logo

#bfbdcc Color Hex

#BFBDCC
(191,189,204)
0 Favorites   0 Comments

Color spaces of #bfbdcc

RGB 191189204
HSL0.690.130.77
HSV248°80°
CMYK 0.060.070.00   0.20
XYZ50.582551.831264.4652
Yxy51.83120.30310.3106
Hunter Lab71.9939-0.5762-2.6941
CIE-Lab77.17983.5516-7.2843

#bfbdcc color RGB value is (191,189,204).

#bfbdcc hex color red value is 191, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bfbdcc hue: 0.69 , saturation: 0.13 and the lightness value of bfbdcc is 0.77.

The process color (four color CMYK) of #bfbdcc color hex is 0.06, 0.07, 0.00, 0.20. Web safe color of #bfbdcc is #cccccc. Color #bfbdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111101 11001100
Octal 277 275 314
Decimal 191 189 204
Hex BF BD CC

RGB Percentages of Color #bfbdcc

%32.71
%32.36
%34.93

CMYK Percentages of Color #bfbdcc

%6
%7
%0
%20

Triadic Colors of #bfbdcc

#bfbdcc #ccbfbd #bdccbf

Analogous Colors of #bfbdcc

#bfbdcc #c7bdcc #bdc3cc

Monochromatic Colors of #bfbdcc

#bfbdcc

Complementary Color

#bfbdcc #caccbd

#bfbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbdcc Color CSS Codes

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

#bfbdcc Text Font Color

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

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


#bfbdcc Background Color

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

This div background color is #bfbdcc


#bfbdcc Border Color

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

This div border color is #bfbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbdcc


Comments

No comments written yet.

Please login to write comment.