Color Hex Logo

#bfbad0 Color Hex

#BFBAD0
(191,186,208)
0 Favorites   0 Comments

Color spaces of #bfbad0

RGB 191186208
HSL0.700.190.77
HSV254°11°82°
CMYK 0.080.110.00   0.18
XYZ50.429950.748266.8120
Yxy50.74820.30020.3021
Hunter Lab71.23781.6958-5.7401
CIE-Lab76.52625.9608-10.4247

#bfbad0 color RGB value is (191,186,208).

#bfbad0 hex color red value is 191, green value is 186 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bfbad0 hue: 0.70 , saturation: 0.19 and the lightness value of bfbad0 is 0.77.

The process color (four color CMYK) of #bfbad0 color hex is 0.08, 0.11, 0.00, 0.18. Web safe color of #bfbad0 is #cccccc. Color #bfbad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 11010000
Octal 277 272 320
Decimal 191 186 208
Hex BF BA D0

RGB Percentages of Color #bfbad0

%32.65
%31.79
%35.56

CMYK Percentages of Color #bfbad0

%8
%11
%0
%18

Triadic Colors of #bfbad0

#bfbad0 #d0bfba #bad0bf

Analogous Colors of #bfbad0

#bfbad0 #cabad0 #bac0d0

Monochromatic Colors of #bfbad0

#bfbad0

Complementary Color

#bfbad0 #cbd0ba

#bfbad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbad0 Color CSS Codes

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

#bfbad0 Text Font Color

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

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


#bfbad0 Background Color

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

This div background color is #bfbad0


#bfbad0 Border Color

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

This div border color is #bfbad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbad0


Comments

No comments written yet.

Please login to write comment.