Color Hex Logo

#b9bcfa Color Hex

#B9BCFA
(185,188,250)
0 Favorites   0 Comments

Color spaces of #b9bcfa

RGB 185188250
HSL0.660.870.85
HSV237°26°98°
CMYK 0.260.250.00   0.02
XYZ55.246153.182997.7960
Yxy53.18290.26790.2579
Hunter Lab72.92667.6025-28.4604
CIE-Lab77.982912.1784-30.9279

#b9bcfa color RGB value is (185,188,250).

#b9bcfa hex color red value is 185, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b9bcfa hue: 0.66 , saturation: 0.87 and the lightness value of b9bcfa is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111100 11111010
Octal 271 274 372
Decimal 185 188 250
Hex B9 BC FA

RGB Percentages of Color #b9bcfa

%29.70
%30.18
%40.13

CMYK Percentages of Color #b9bcfa

%26
%25
%0
%2

Triadic Colors of #b9bcfa

#b9bcfa #fab9bc #bcfab9

Analogous Colors of #b9bcfa

#b9bcfa #d7b9fa #b9ddfa

Monochromatic Colors of #b9bcfa

#b9bcfa

Complementary Color

#b9bcfa #faf7b9

#b9bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bcfa Color CSS Codes

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

#b9bcfa Text Font Color

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

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


#b9bcfa Background Color

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

This div background color is #b9bcfa


#b9bcfa Border Color

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

This div border color is #b9bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.