Color Hex Logo

#b9bfcc Color Hex

#B9BFCC
(185,191,204)
0 Favorites   0 Comments

Color spaces of #b9bfcc

RGB 185191204
HSL0.610.160.76
HSV221°80°
CMYK 0.090.060.00   0.20
XYZ49.537551.935564.5404
Yxy51.93550.29840.3128
Hunter Lab72.0663-3.4173-2.6519
CIE-Lab77.24230.4727-7.2418

#b9bfcc color RGB value is (185,191,204).

#b9bfcc hex color red value is 185, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b9bfcc hue: 0.61 , saturation: 0.16 and the lightness value of b9bfcc is 0.76.

The process color (four color CMYK) of #b9bfcc color hex is 0.09, 0.06, 0.00, 0.20. Web safe color of #b9bfcc is #cccccc. Color #b9bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 11001100
Octal 271 277 314
Decimal 185 191 204
Hex B9 BF CC

RGB Percentages of Color #b9bfcc

%31.90
%32.93
%35.17

CMYK Percentages of Color #b9bfcc

%9
%6
%0
%20

Triadic Colors of #b9bfcc

#b9bfcc #ccb9bf #bfccb9

Analogous Colors of #b9bfcc

#b9bfcc #bdb9cc #b9c9cc

Monochromatic Colors of #b9bfcc

#b9bfcc

Complementary Color

#b9bfcc #ccc6b9

#b9bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bfcc Color CSS Codes

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

#b9bfcc Text Font Color

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

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


#b9bfcc Background Color

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

This div background color is #b9bfcc


#b9bfcc Border Color

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

This div border color is #b9bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bfcc


Comments

No comments written yet.

Please login to write comment.