Color Hex Logo

#b8becb Color Hex

#B8BECB
(184,190,203)
0 Favorites   0 Comments

Color spaces of #b8becb

RGB 184190203
HSL0.610.150.76
HSV221°80°
CMYK 0.090.060.00   0.20
XYZ48.960151.329163.8269
Yxy51.32910.29830.3128
Hunter Lab71.6443-3.3948-2.6696
CIE-Lab76.87790.4735-7.2486

#b8becb color RGB value is (184,190,203).

#b8becb hex color red value is 184, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b8becb hue: 0.61 , saturation: 0.15 and the lightness value of b8becb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11001011
Octal 270 276 313
Decimal 184 190 203
Hex B8 BE CB

RGB Percentages of Color #b8becb

%31.89
%32.93
%35.18

CMYK Percentages of Color #b8becb

%9
%6
%0
%20

Triadic Colors of #b8becb

#b8becb #cbb8be #becbb8

Analogous Colors of #b8becb

#b8becb #bcb8cb #b8c8cb

Monochromatic Colors of #b8becb

#b8becb

Complementary Color

#b8becb #cbc5b8

#b8becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8becb Color CSS Codes

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

#b8becb Text Font Color

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

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


#b8becb Background Color

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

This div background color is #b8becb


#b8becb Border Color

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

This div border color is #b8becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8becb


Comments

No comments written yet.

Please login to write comment.