Color Hex Logo

#b9bfdc Color Hex

#B9BFDC
(185,191,220)
0 Favorites   0 Comments

Color spaces of #b9bfdc

RGB 185191220
HSL0.640.330.79
HSV230°16°86°
CMYK 0.160.130.00   0.14
XYZ51.556752.743275.1733
Yxy52.74320.28730.2939
Hunter Lab72.6245-0.3744-10.5336
CIE-Lab77.72313.7944-15.1740

#b9bfdc color RGB value is (185,191,220).

#b9bfdc hex color red value is 185, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b9bfdc hue: 0.64 , saturation: 0.33 and the lightness value of b9bfdc is 0.79.

The process color (four color CMYK) of #b9bfdc color hex is 0.16, 0.13, 0.00, 0.14. Web safe color of #b9bfdc is #cccccc. Color #b9bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 11011100
Octal 271 277 334
Decimal 185 191 220
Hex B9 BF DC

RGB Percentages of Color #b9bfdc

%31.04
%32.05
%36.91

CMYK Percentages of Color #b9bfdc

%16
%13
%0
%14

Triadic Colors of #b9bfdc

#b9bfdc #dcb9bf #bfdcb9

Analogous Colors of #b9bfdc

#b9bfdc #c5b9dc #b9d1dc

Monochromatic Colors of #b9bfdc

#b9bfdc

Complementary Color

#b9bfdc #dcd6b9

#b9bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bfdc Color CSS Codes

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

#b9bfdc Text Font Color

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

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


#b9bfdc Background Color

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

This div background color is #b9bfdc


#b9bfdc Border Color

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

This div border color is #b9bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bfdc


Comments

No comments written yet.

Please login to write comment.