Color Hex Logo

#b9b7df Color Hex

#B9B7DF
(185,183,223)
0 Favorites   0 Comments

Color spaces of #b9b7df

RGB 185183223
HSL0.680.380.80
HSV243°18°87°
CMYK 0.170.180.00   0.13
XYZ50.260449.509076.7192
Yxy49.50900.28480.2805
Hunter Lab70.36264.3689-15.3924
CIE-Lab75.76698.7798-19.7503

#b9b7df color RGB value is (185,183,223).

#b9b7df hex color red value is 185, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b9b7df hue: 0.68 , saturation: 0.38 and the lightness value of b9b7df is 0.80.

The process color (four color CMYK) of #b9b7df color hex is 0.17, 0.18, 0.00, 0.13. Web safe color of #b9b7df is #cccccc. Color #b9b7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110111 11011111
Octal 271 267 337
Decimal 185 183 223
Hex B9 B7 DF

RGB Percentages of Color #b9b7df

%31.30
%30.96
%37.73

CMYK Percentages of Color #b9b7df

%17
%18
%0
%13

Triadic Colors of #b9b7df

#b9b7df #dfb9b7 #b7dfb9

Analogous Colors of #b9b7df

#b9b7df #cdb7df #b7c9df

Monochromatic Colors of #b9b7df

#b9b7df

Complementary Color

#b9b7df #dddfb7

#b9b7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b7df Color CSS Codes

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

#b9b7df Text Font Color

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

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


#b9b7df Background Color

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

This div background color is #b9b7df


#b9b7df Border Color

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

This div border color is #b9b7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b7df


Comments

No comments written yet.

Please login to write comment.