Color Hex Logo

#b3becc Color Hex

#B3BECC
(179,190,204)
0 Favorites   0 Comments

Color spaces of #b3becc

RGB 179190204
HSL0.590.200.75
HSV214°12°80°
CMYK 0.120.070.00   0.20
XYZ47.902950.770364.4016
Yxy50.77030.29370.3113
Hunter Lab71.2533-4.6894-3.7114
CIE-Lab76.5397-0.9743-8.3327

#b3becc color RGB value is (179,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111110 11001100
Octal 263 276 314
Decimal 179 190 204
Hex B3 BE CC

RGB Percentages of Color #b3becc

%31.24
%33.16
%35.60

CMYK Percentages of Color #b3becc

%12
%7
%0
%20

Triadic Colors of #b3becc

#b3becc #ccb3be #beccb3

Analogous Colors of #b3becc

#b3becc #b5b3cc #b3cbcc

Monochromatic Colors of #b3becc

#b3becc

Complementary Color

#b3becc #ccc1b3

#b3becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3becc Color CSS Codes

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

#b3becc Text Font Color

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

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


#b3becc Background Color

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

This div background color is #b3becc


#b3becc Border Color

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

This div border color is #b3becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3becc


Comments

No comments written yet.

Please login to write comment.