Color Hex Logo

#bbbfea Color Hex

#BBBFEA
(187,191,234)
0 Favorites   0 Comments

Color spaces of #bbbfea

RGB 187191234
HSL0.650.530.83
HSV235°20°92°
CMYK 0.200.180.00   0.08
XYZ53.975653.766985.3751
Yxy53.76690.27950.2784
Hunter Lab73.32593.0745-17.7046
CIE-Lab78.32567.4775-21.7949

#bbbfea color RGB value is (187,191,234).

#bbbfea hex color red value is 187, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbbfea hue: 0.65 , saturation: 0.53 and the lightness value of bbbfea is 0.83.

The process color (four color CMYK) of #bbbfea color hex is 0.20, 0.18, 0.00, 0.08. Web safe color of #bbbfea is #ccccff. Color #bbbfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11101010
Octal 273 277 352
Decimal 187 191 234
Hex BB BF EA

RGB Percentages of Color #bbbfea

%30.56
%31.21
%38.24

CMYK Percentages of Color #bbbfea

%20
%18
%0
%8

Triadic Colors of #bbbfea

#bbbfea #eabbbf #bfeabb

Analogous Colors of #bbbfea

#bbbfea #cfbbea #bbd7ea

Monochromatic Colors of #bbbfea

#bbbfea

Complementary Color

#bbbfea #eae6bb

#bbbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfea Color CSS Codes

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

#bbbfea Text Font Color

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

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


#bbbfea Background Color

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

This div background color is #bbbfea


#bbbfea Border Color

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

This div border color is #bbbfea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,191,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbbfea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbbfea;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbfea;
  box-shadow:         1px 1px 3px 2px #bbbfea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,191,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfea


Comments

No comments written yet.

Please login to write comment.