Color Hex Logo

#be9cbb Color Hex

#BE9CBB
(190,156,187)
0 Favorites   0 Comments

Color spaces of #be9cbb

RGB 190156187
HSL0.850.210.68
HSV305°18°75°
CMYK 0.000.180.02   0.25
XYZ42.093338.311952.1901
Yxy38.31190.31750.2889
Hunter Lab61.896613.0713-6.6646
CIE-Lab68.249917.9738-11.2626

#be9cbb color RGB value is (190,156,187).

#be9cbb hex color red value is 190, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #be9cbb hue: 0.85 , saturation: 0.21 and the lightness value of be9cbb is 0.68.

The process color (four color CMYK) of #be9cbb color hex is 0.00, 0.18, 0.02, 0.25. Web safe color of #be9cbb is #cc99cc. Color #be9cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 10111011
Octal 276 234 273
Decimal 190 156 187
Hex BE 9C BB

RGB Percentages of Color #be9cbb

%35.65
%29.27
%35.08

CMYK Percentages of Color #be9cbb

%0
%18
%2
%25

Triadic Colors of #be9cbb

#be9cbb #bbbe9c #9cbbbe

Analogous Colors of #be9cbb

#be9cbb #be9caa #b09cbe

Monochromatic Colors of #be9cbb

#be9cbb

Complementary Color

#be9cbb #9cbe9f

#be9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cbb Color CSS Codes

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

#be9cbb Text Font Color

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

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


#be9cbb Background Color

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

This div background color is #be9cbb


#be9cbb Border Color

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

This div border color is #be9cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,156,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cbb


Comments

No comments written yet.

Please login to write comment.