Color Hex Logo

#b2becb Color Hex

#B2BECB
(178,190,203)
0 Favorites   0 Comments

Color spaces of #b2becb

RGB 178190203
HSL0.590.190.75
HSV211°12°80°
CMYK 0.120.060.00   0.20
XYZ47.553050.603763.7611
Yxy50.60370.29370.3125
Hunter Lab71.1363-5.1653-3.3476
CIE-Lab76.4383-1.5087-7.9490

#b2becb color RGB value is (178,190,203).

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

The process color (four color CMYK) of #b2becb color hex is 0.12, 0.06, 0.00, 0.20. Web safe color of #b2becb is #99cccc. Color #b2becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 11001011
Octal 262 276 313
Decimal 178 190 203
Hex B2 BE CB

RGB Percentages of Color #b2becb

%31.17
%33.27
%35.55

CMYK Percentages of Color #b2becb

%12
%6
%0
%20

Triadic Colors of #b2becb

#b2becb #cbb2be #becbb2

Analogous Colors of #b2becb

#b2becb #b3b2cb #b2cbcb

Monochromatic Colors of #b2becb

#b2becb

Complementary Color

#b2becb #cbbfb2

#b2becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2becb Color CSS Codes

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

#b2becb Text Font Color

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

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


#b2becb Background Color

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

This div background color is #b2becb


#b2becb Border Color

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

This div border color is #b2becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2becb


Comments

No comments written yet.

Please login to write comment.