Color Hex Logo

#bebccb Color Hex

#BEBCCB
(190,188,203)
0 Favorites   0 Comments

Color spaces of #bebccb

RGB 190188203
HSL0.690.130.77
HSV248°80°
CMYK 0.060.070.00   0.20
XYZ49.997951.225463.7522
Yxy51.22540.30310.3105
Hunter Lab71.5719-0.5564-2.7118
CIE-Lab76.81533.5555-7.2912

#bebccb color RGB value is (190,188,203).

#bebccb hex color red value is 190, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bebccb hue: 0.69 , saturation: 0.13 and the lightness value of bebccb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11001011
Octal 276 274 313
Decimal 190 188 203
Hex BE BC CB

RGB Percentages of Color #bebccb

%32.70
%32.36
%34.94

CMYK Percentages of Color #bebccb

%6
%7
%0
%20

Triadic Colors of #bebccb

#bebccb #cbbebc #bccbbe

Analogous Colors of #bebccb

#bebccb #c6bccb #bcc2cb

Monochromatic Colors of #bebccb

#bebccb

Complementary Color

#bebccb #c9cbbc

#bebccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebccb Color CSS Codes

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

#bebccb Text Font Color

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

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


#bebccb Background Color

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

This div background color is #bebccb


#bebccb Border Color

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

This div border color is #bebccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebccb


Comments

No comments written yet.

Please login to write comment.