Color Hex Logo

#bbbfeb Color Hex

#BBBFEB
(187,191,235)
0 Favorites   0 Comments

Color spaces of #bbbfeb

RGB 187191235
HSL0.650.550.83
HSV235°20°92°
CMYK 0.200.190.00   0.08
XYZ54.119753.824686.1340
Yxy53.82460.27890.2773
Hunter Lab73.36533.2858-18.2534
CIE-Lab78.35937.7002-22.2816

#bbbfeb color RGB value is (187,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11101011
Octal 273 277 353
Decimal 187 191 235
Hex BB BF EB

RGB Percentages of Color #bbbfeb

%30.51
%31.16
%38.34

CMYK Percentages of Color #bbbfeb

%20
%19
%0
%8

Triadic Colors of #bbbfeb

#bbbfeb #ebbbbf #bfebbb

Analogous Colors of #bbbfeb

#bbbfeb #cfbbeb #bbd7eb

Monochromatic Colors of #bbbfeb

#bbbfeb

Complementary Color

#bbbfeb #ebe7bb

#bbbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfeb Color CSS Codes

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

#bbbfeb Text Font Color

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

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


#bbbfeb Background Color

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

This div background color is #bbbfeb


#bbbfeb Border Color

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

This div border color is #bbbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfeb


Comments

No comments written yet.

Please login to write comment.