Color Hex Logo

#bebcfc Color Hex

#BEBCFC
(190,188,252)
0 Favorites   0 Comments

Color spaces of #bebcfc

RGB 190188252
HSL0.670.910.86
HSV242°25°99°
CMYK 0.250.250.00   0.01
XYZ56.789153.941999.5142
Yxy53.94190.27010.2566
Hunter Lab73.44519.4904-28.9231
CIE-Lab78.427814.1096-31.2842

#bebcfc color RGB value is (190,188,252).

#bebcfc hex color red value is 190, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bebcfc hue: 0.67 , saturation: 0.91 and the lightness value of bebcfc is 0.86.

The process color (four color CMYK) of #bebcfc color hex is 0.25, 0.25, 0.00, 0.01. Web safe color of #bebcfc is #ccccff. Color #bebcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11111100
Octal 276 274 374
Decimal 190 188 252
Hex BE BC FC

RGB Percentages of Color #bebcfc

%30.16
%29.84
%40.00

CMYK Percentages of Color #bebcfc

%25
%25
%0
%1

Triadic Colors of #bebcfc

#bebcfc #fcbebc #bcfcbe

Analogous Colors of #bebcfc

#bebcfc #debcfc #bcdafc

Monochromatic Colors of #bebcfc

#bebcfc

Complementary Color

#bebcfc #fafcbc

#bebcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcfc Color CSS Codes

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

#bebcfc Text Font Color

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

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


#bebcfc Background Color

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

This div background color is #bebcfc


#bebcfc Border Color

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

This div border color is #bebcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcfc


Comments

No comments written yet.

Please login to write comment.