Color Hex Logo

#bbbfee Color Hex

#BBBFEE
(187,191,238)
0 Favorites   0 Comments

Color spaces of #bbbfee

RGB 187191238
HSL0.650.600.83
HSV235°21°93°
CMYK 0.210.200.00   0.07
XYZ54.556953.999488.4364
Yxy53.99940.27690.2741
Hunter Lab73.48433.9262-19.9150
CIE-Lab78.46148.3734-23.7393

#bbbfee color RGB value is (187,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11101110
Octal 273 277 356
Decimal 187 191 238
Hex BB BF EE

RGB Percentages of Color #bbbfee

%30.36
%31.01
%38.64

CMYK Percentages of Color #bbbfee

%21
%20
%0
%7

Triadic Colors of #bbbfee

#bbbfee #eebbbf #bfeebb

Analogous Colors of #bbbfee

#bbbfee #d1bbee #bbd9ee

Monochromatic Colors of #bbbfee

#bbbfee

Complementary Color

#bbbfee #eeeabb

#bbbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfee Color CSS Codes

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

#bbbfee Text Font Color

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

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


#bbbfee Background Color

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

This div background color is #bbbfee


#bbbfee Border Color

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

This div border color is #bbbfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,191,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 #bbbfee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfee


Comments

No comments written yet.

Please login to write comment.