Color Hex Logo

#b9bcef Color Hex

#B9BCEF
(185,188,239)
0 Favorites   0 Comments

Color spaces of #b9bcef

RGB 185188239
HSL0.660.630.83
HSV237°23°94°
CMYK 0.230.210.00   0.06
XYZ53.570852.512788.9738
Yxy52.51270.27460.2692
Hunter Lab72.46565.1426-22.0707
CIE-Lab77.58649.6260-25.6251

#b9bcef color RGB value is (185,188,239).

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

The process color (four color CMYK) of #b9bcef color hex is 0.23, 0.21, 0.00, 0.06. Web safe color of #b9bcef is #ccccff. Color #b9bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111100 11101111
Octal 271 274 357
Decimal 185 188 239
Hex B9 BC EF

RGB Percentages of Color #b9bcef

%30.23
%30.72
%39.05

CMYK Percentages of Color #b9bcef

%23
%21
%0
%6

Triadic Colors of #b9bcef

#b9bcef #efb9bc #bcefb9

Analogous Colors of #b9bcef

#b9bcef #d1b9ef #b9d7ef

Monochromatic Colors of #b9bcef

#b9bcef

Complementary Color

#b9bcef #efecb9

#b9bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bcef Color CSS Codes

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

#b9bcef Text Font Color

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

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


#b9bcef Background Color

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

This div background color is #b9bcef


#b9bcef Border Color

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

This div border color is #b9bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bcef


Comments

No comments written yet.

Please login to write comment.