Color Hex Logo

#b5bfcb Color Hex

#B5BFCB
(181,191,203)
0 Favorites   0 Comments

Color spaces of #b5bfcb

RGB 181191203
HSL0.590.170.75
HSV213°11°80°
CMYK 0.110.060.00   0.20
XYZ48.466351.397263.8661
Yxy51.39720.29600.3139
Hunter Lab71.6918-4.7882-2.6337
CIE-Lab76.9190-1.0555-7.2121

#b5bfcb color RGB value is (181,191,203).

#b5bfcb hex color red value is 181, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5bfcb hue: 0.59 , saturation: 0.17 and the lightness value of b5bfcb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111111 11001011
Octal 265 277 313
Decimal 181 191 203
Hex B5 BF CB

RGB Percentages of Color #b5bfcb

%31.48
%33.22
%35.30

CMYK Percentages of Color #b5bfcb

%11
%6
%0
%20

Triadic Colors of #b5bfcb

#b5bfcb #cbb5bf #bfcbb5

Analogous Colors of #b5bfcb

#b5bfcb #b6b5cb #b5cacb

Monochromatic Colors of #b5bfcb

#b5bfcb

Complementary Color

#b5bfcb #cbc1b5

#b5bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bfcb Color CSS Codes

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

#b5bfcb Text Font Color

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

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


#b5bfcb Background Color

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

This div background color is #b5bfcb


#b5bfcb Border Color

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

This div border color is #b5bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bfcb

#b5bfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.