Color Hex Logo

#b8becc Color Hex

#B8BECC
(184,190,204)
0 Favorites   0 Comments

Color spaces of #b8becc

RGB 184190204
HSL0.620.160.76
HSV222°10°80°
CMYK 0.100.070.00   0.20
XYZ49.079751.376964.4567
Yxy51.37690.29760.3115
Hunter Lab71.6777-3.2120-3.1426
CIE-Lab76.90680.6754-7.7476

#b8becc color RGB value is (184,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11001100
Octal 270 276 314
Decimal 184 190 204
Hex B8 BE CC

RGB Percentages of Color #b8becc

%31.83
%32.87
%35.29

CMYK Percentages of Color #b8becc

%10
%7
%0
%20

Triadic Colors of #b8becc

#b8becc #ccb8be #beccb8

Analogous Colors of #b8becc

#b8becc #bcb8cc #b8c8cc

Monochromatic Colors of #b8becc

#b8becc

Complementary Color

#b8becc #ccc6b8

#b8becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8becc Color CSS Codes

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

#b8becc Text Font Color

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

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


#b8becc Background Color

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

This div background color is #b8becc


#b8becc Border Color

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

This div border color is #b8becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8becc


Comments

No comments written yet.

Please login to write comment.