Color Hex Logo

#bebfcb Color Hex

#BEBFCB
(190,191,203)
0 Favorites   0 Comments

Color spaces of #bebfcb

RGB 190191203
HSL0.650.110.77
HSV235°80°
CMYK 0.060.060.00   0.20
XYZ50.645552.520563.9681
Yxy52.52050.30300.3142
Hunter Lab72.4710-2.0817-1.6039
CIE-Lab77.59101.9472-6.1424

#bebfcb color RGB value is (190,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11001011
Octal 276 277 313
Decimal 190 191 203
Hex BE BF CB

RGB Percentages of Color #bebfcb

%32.53
%32.71
%34.76

CMYK Percentages of Color #bebfcb

%6
%6
%0
%20

Triadic Colors of #bebfcb

#bebfcb #cbbebf #bfcbbe

Analogous Colors of #bebfcb

#bebfcb #c4becb #bec6cb

Monochromatic Colors of #bebfcb

#bebfcb

Complementary Color

#bebfcb #cbcabe

#bebfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfcb Color CSS Codes

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

#bebfcb Text Font Color

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

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


#bebfcb Background Color

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

This div background color is #bebfcb


#bebfcb Border Color

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

This div border color is #bebfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfcb


Comments

No comments written yet.

Please login to write comment.