Color Hex Logo

#b7becb Color Hex

#B7BECB
(183,190,203)
0 Favorites   0 Comments

Color spaces of #b7becb

RGB 183190203
HSL0.610.160.76
HSV219°10°80°
CMYK 0.100.060.00   0.20
XYZ48.721451.206063.8158
Yxy51.20600.29750.3127
Hunter Lab71.5584-3.6932-2.7840
CIE-Lab76.80360.1414-7.3670

#b7becb color RGB value is (183,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111110 11001011
Octal 267 276 313
Decimal 183 190 203
Hex B7 BE CB

RGB Percentages of Color #b7becb

%31.77
%32.99
%35.24

CMYK Percentages of Color #b7becb

%10
%6
%0
%20

Triadic Colors of #b7becb

#b7becb #cbb7be #becbb7

Analogous Colors of #b7becb

#b7becb #bab7cb #b7c8cb

Monochromatic Colors of #b7becb

#b7becb

Complementary Color

#b7becb #cbc4b7

#b7becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7becb Color CSS Codes

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

#b7becb Text Font Color

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

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


#b7becb Background Color

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

This div background color is #b7becb


#b7becb Border Color

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

This div border color is #b7becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7becb


Comments

No comments written yet.

Please login to write comment.