Color Hex Logo

#b8b5ce Color Hex

#B8B5CE
(184,181,206)
0 Favorites   0 Comments

Color spaces of #b8b5ce

RGB 184181206
HSL0.690.200.76
HSV247°12°81°
CMYK 0.110.120.00   0.19
XYZ47.431647.694365.0985
Yxy47.69430.29600.2977
Hunter Lab69.06111.7381-7.5453
CIE-Lab74.63175.9404-12.2257

#b8b5ce color RGB value is (184,181,206).

#b8b5ce hex color red value is 184, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b8b5ce hue: 0.69 , saturation: 0.20 and the lightness value of b8b5ce is 0.76.

The process color (four color CMYK) of #b8b5ce color hex is 0.11, 0.12, 0.00, 0.19. Web safe color of #b8b5ce is #cccccc. Color #b8b5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110101 11001110
Octal 270 265 316
Decimal 184 181 206
Hex B8 B5 CE

RGB Percentages of Color #b8b5ce

%32.22
%31.70
%36.08

CMYK Percentages of Color #b8b5ce

%11
%12
%0
%19

Triadic Colors of #b8b5ce

#b8b5ce #ceb8b5 #b5ceb8

Analogous Colors of #b8b5ce

#b8b5ce #c5b5ce #b5bfce

Monochromatic Colors of #b8b5ce

#b8b5ce

Complementary Color

#b8b5ce #cbceb5

#b8b5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b5ce Color CSS Codes

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

#b8b5ce Text Font Color

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

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


#b8b5ce Background Color

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

This div background color is #b8b5ce


#b8b5ce Border Color

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

This div border color is #b8b5ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,181,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b8b5ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b5ce


Comments

No comments written yet.

Please login to write comment.