Color Hex Logo

#b9beee Color Hex

#B9BEEE
(185,190,238)
0 Favorites   0 Comments

Color spaces of #b9beee

RGB 185190238
HSL0.650.610.83
HSV234°22°93°
CMYK 0.220.200.00   0.07
XYZ53.853753.314288.3412
Yxy53.31420.27550.2727
Hunter Lab73.01663.8745-20.6221
CIE-Lab78.06018.3098-24.3641

#b9beee color RGB value is (185,190,238).

#b9beee hex color red value is 185, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b9beee hue: 0.65 , saturation: 0.61 and the lightness value of b9beee is 0.83.

The process color (four color CMYK) of #b9beee color hex is 0.22, 0.20, 0.00, 0.07. Web safe color of #b9beee is #ccccff. Color #b9beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111110 11101110
Octal 271 276 356
Decimal 185 190 238
Hex B9 BE EE

RGB Percentages of Color #b9beee

%30.18
%31.00
%38.83

CMYK Percentages of Color #b9beee

%22
%20
%0
%7

Triadic Colors of #b9beee

#b9beee #eeb9be #beeeb9

Analogous Colors of #b9beee

#b9beee #cfb9ee #b9d9ee

Monochromatic Colors of #b9beee

#b9beee

Complementary Color

#b9beee #eee9b9

#b9beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9beee Color CSS Codes

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

#b9beee Text Font Color

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

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


#b9beee Background Color

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

This div background color is #b9beee


#b9beee Border Color

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

This div border color is #b9beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9beee


Comments

No comments written yet.

Please login to write comment.