Color Hex Logo

#bfbcda Color Hex

#BFBCDA
(191,188,218)
0 Favorites   0 Comments

Color spaces of #bfbcda

RGB 191188218
HSL0.680.290.80
HSV246°14°85°
CMYK 0.120.140.00   0.15
XYZ52.124052.104873.6397
Yxy52.10480.29300.2929
Hunter Lab72.18372.5739-9.9574
CIE-Lab77.34356.9211-14.6183

#bfbcda color RGB value is (191,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 11011010
Octal 277 274 332
Decimal 191 188 218
Hex BF BC DA

RGB Percentages of Color #bfbcda

%31.99
%31.49
%36.52

CMYK Percentages of Color #bfbcda

%12
%14
%0
%15

Triadic Colors of #bfbcda

#bfbcda #dabfbc #bcdabf

Analogous Colors of #bfbcda

#bfbcda #cebcda #bcc8da

Monochromatic Colors of #bfbcda

#bfbcda

Complementary Color

#bfbcda #d7dabc

#bfbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbcda Color CSS Codes

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

#bfbcda Text Font Color

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

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


#bfbcda Background Color

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

This div background color is #bfbcda


#bfbcda Border Color

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

This div border color is #bfbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbcda


Comments

No comments written yet.

Please login to write comment.