Color Hex Logo

#beb8cb Color Hex

#BEB8CB
(190,184,203)
0 Favorites   0 Comments

Color spaces of #beb8cb

RGB 190184203
HSL0.720.150.76
HSV259°80°
CMYK 0.060.090.00   0.20
XYZ49.155249.539963.4713
Yxy49.53990.30310.3055
Hunter Lab70.38461.4878-4.1972
CIE-Lab75.78605.7119-8.8198

#beb8cb color RGB value is (190,184,203).

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

The process color (four color CMYK) of #beb8cb color hex is 0.06, 0.09, 0.00, 0.20. Web safe color of #beb8cb is #cccccc. Color #beb8cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 11001011
Octal 276 270 313
Decimal 190 184 203
Hex BE B8 CB

RGB Percentages of Color #beb8cb

%32.93
%31.89
%35.18

CMYK Percentages of Color #beb8cb

%6
%9
%0
%20

Triadic Colors of #beb8cb

#beb8cb #cbbeb8 #b8cbbe

Analogous Colors of #beb8cb

#beb8cb #c8b8cb #b8bccb

Monochromatic Colors of #beb8cb

#beb8cb

Complementary Color

#beb8cb #c5cbb8

#beb8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb8cb Color CSS Codes

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

#beb8cb Text Font Color

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

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


#beb8cb Background Color

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

This div background color is #beb8cb


#beb8cb Border Color

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

This div border color is #beb8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb8cb


Comments

No comments written yet.

Please login to write comment.