Color Hex Logo

#b2bcfb Color Hex

#B2BCFB
(178,188,251)
0 Favorites   0 Comments

Color spaces of #b2bcfb

RGB 178188251
HSL0.640.900.84
HSV232°29°98°
CMYK 0.290.250.00   0.02
XYZ53.755952.396598.5471
Yxy52.39650.26260.2560
Hunter Lab72.38545.8857-30.0489
CIE-Lab77.517310.3989-32.2233

#b2bcfb color RGB value is (178,188,251).

#b2bcfb hex color red value is 178, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b2bcfb hue: 0.64 , saturation: 0.90 and the lightness value of b2bcfb is 0.84.

The process color (four color CMYK) of #b2bcfb color hex is 0.29, 0.25, 0.00, 0.02. Web safe color of #b2bcfb is #99ccff. Color #b2bcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111100 11111011
Octal 262 274 373
Decimal 178 188 251
Hex B2 BC FB

RGB Percentages of Color #b2bcfb

%28.85
%30.47
%40.68

CMYK Percentages of Color #b2bcfb

%29
%25
%0
%2

Triadic Colors of #b2bcfb

#b2bcfb #fbb2bc #bcfbb2

Analogous Colors of #b2bcfb

#b2bcfb #cdb2fb #b2e1fb

Monochromatic Colors of #b2bcfb

#b2bcfb

Complementary Color

#b2bcfb #fbf1b2

#b2bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bcfb Color CSS Codes

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

#b2bcfb Text Font Color

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

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


#b2bcfb Background Color

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

This div background color is #b2bcfb


#b2bcfb Border Color

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

This div border color is #b2bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bcfb


Comments

No comments written yet.

Please login to write comment.