Color Hex Logo

#b8bccc Color Hex

#B8BCCC
(184,188,204)
0 Favorites   0 Comments

Color spaces of #b8bccc

RGB 184188204
HSL0.630.160.76
HSV228°10°80°
CMYK 0.100.080.00   0.20
XYZ48.649550.516464.3133
Yxy50.51640.29760.3090
Hunter Lab71.0749-2.2010-3.8971
CIE-Lab76.38511.7483-8.5223

#b8bccc color RGB value is (184,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111100 11001100
Octal 270 274 314
Decimal 184 188 204
Hex B8 BC CC

RGB Percentages of Color #b8bccc

%31.94
%32.64
%35.42

CMYK Percentages of Color #b8bccc

%10
%8
%0
%20

Triadic Colors of #b8bccc

#b8bccc #ccb8bc #bcccb8

Analogous Colors of #b8bccc

#b8bccc #beb8cc #b8c6cc

Monochromatic Colors of #b8bccc

#b8bccc

Complementary Color

#b8bccc #ccc8b8

#b8bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bccc Color CSS Codes

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

#b8bccc Text Font Color

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

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


#b8bccc Background Color

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

This div background color is #b8bccc


#b8bccc Border Color

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

This div border color is #b8bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bccc


Comments

No comments written yet.

Please login to write comment.