Color Hex Logo

#bfb8da Color Hex

#BFB8DA
(191,184,218)
0 Favorites   0 Comments

Color spaces of #bfb8da

RGB 191184218
HSL0.700.310.79
HSV252°16°85°
CMYK 0.120.160.00   0.15
XYZ51.281250.419373.3588
Yxy50.41930.29290.2880
Hunter Lab71.00654.6519-11.5495
CIE-Lab76.32599.0893-16.1492

#bfb8da color RGB value is (191,184,218).

#bfb8da hex color red value is 191, green value is 184 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bfb8da hue: 0.70 , saturation: 0.31 and the lightness value of bfb8da is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 11011010
Octal 277 270 332
Decimal 191 184 218
Hex BF B8 DA

RGB Percentages of Color #bfb8da

%32.21
%31.03
%36.76

CMYK Percentages of Color #bfb8da

%12
%16
%0
%15

Triadic Colors of #bfb8da

#bfb8da #dabfb8 #b8dabf

Analogous Colors of #bfb8da

#bfb8da #d0b8da #b8c2da

Monochromatic Colors of #bfb8da

#bfb8da

Complementary Color

#bfb8da #d3dab8

#bfb8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb8da Color CSS Codes

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

#bfb8da Text Font Color

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

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


#bfb8da Background Color

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

This div background color is #bfb8da


#bfb8da Border Color

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

This div border color is #bfb8da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,184,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 #bfb8da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb8da


Comments

No comments written yet.

Please login to write comment.