Color Hex Logo

#b7becc Color Hex

#B7BECC
(183,190,204)
0 Favorites   0 Comments

Color spaces of #b7becc

RGB 183190204
HSL0.610.170.76
HSV220°10°80°
CMYK 0.100.070.00   0.20
XYZ48.841051.253864.4455
Yxy51.25380.29680.3115
Hunter Lab71.5918-3.5101-3.2575
CIE-Lab76.83250.3441-7.8659

#b7becc color RGB value is (183,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111110 11001100
Octal 267 276 314
Decimal 183 190 204
Hex B7 BE CC

RGB Percentages of Color #b7becc

%31.72
%32.93
%35.36

CMYK Percentages of Color #b7becc

%10
%7
%0
%20

Triadic Colors of #b7becc

#b7becc #ccb7be #beccb7

Analogous Colors of #b7becc

#b7becc #bbb7cc #b7c9cc

Monochromatic Colors of #b7becc

#b7becc

Complementary Color

#b7becc #ccc5b7

#b7becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7becc Color CSS Codes

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

#b7becc Text Font Color

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

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


#b7becc Background Color

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

This div background color is #b7becc


#b7becc Border Color

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

This div border color is #b7becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7becc


Comments

No comments written yet.

Please login to write comment.