Color Hex Logo

#beb6cb Color Hex

#BEB6CB
(190,182,203)
0 Favorites   0 Comments

Color spaces of #beb6cb

RGB 190182203
HSL0.730.170.75
HSV263°10°80°
CMYK 0.060.100.00   0.20
XYZ48.742648.714863.3338
Yxy48.71480.30310.3030
Hunter Lab69.79602.5140-4.9433
CIE-Lab75.27366.7946-9.5826

#beb6cb color RGB value is (190,182,203).

#beb6cb hex color red value is 190, green value is 182 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #beb6cb hue: 0.73 , saturation: 0.17 and the lightness value of beb6cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 11001011
Octal 276 266 313
Decimal 190 182 203
Hex BE B6 CB

RGB Percentages of Color #beb6cb

%33.04
%31.65
%35.30

CMYK Percentages of Color #beb6cb

%6
%10
%0
%20

Triadic Colors of #beb6cb

#beb6cb #cbbeb6 #b6cbbe

Analogous Colors of #beb6cb

#beb6cb #c9b6cb #b6b9cb

Monochromatic Colors of #beb6cb

#beb6cb

Complementary Color

#beb6cb #c3cbb6

#beb6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb6cb Color CSS Codes

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

#beb6cb Text Font Color

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

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


#beb6cb Background Color

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

This div background color is #beb6cb


#beb6cb Border Color

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

This div border color is #beb6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb6cb


Comments

No comments written yet.

Please login to write comment.