Color Hex Logo

#bbbef3 Color Hex

#BBBEF3
(187,190,243)
0 Favorites   0 Comments

Color spaces of #bbbef3

RGB 187190243
HSL0.660.700.84
HSV237°23°95°
CMYK 0.230.220.00   0.05
XYZ55.084653.862892.2873
Yxy53.86280.27370.2677
Hunter Lab73.39135.5403-23.1815
CIE-Lab78.381710.0524-26.5468

#bbbef3 color RGB value is (187,190,243).

#bbbef3 hex color red value is 187, green value is 190 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bbbef3 hue: 0.66 , saturation: 0.70 and the lightness value of bbbef3 is 0.84.

The process color (four color CMYK) of #bbbef3 color hex is 0.23, 0.22, 0.00, 0.05. Web safe color of #bbbef3 is #ccccff. Color #bbbef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11110011
Octal 273 276 363
Decimal 187 190 243
Hex BB BE F3

RGB Percentages of Color #bbbef3

%30.16
%30.65
%39.19

CMYK Percentages of Color #bbbef3

%23
%22
%0
%5

Triadic Colors of #bbbef3

#bbbef3 #f3bbbe #bef3bb

Analogous Colors of #bbbef3

#bbbef3 #d4bbf3 #bbdaf3

Monochromatic Colors of #bbbef3

#bbbef3

Complementary Color

#bbbef3 #f3f0bb

#bbbef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbef3 Color CSS Codes

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

#bbbef3 Text Font Color

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

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


#bbbef3 Background Color

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

This div background color is #bbbef3


#bbbef3 Border Color

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

This div border color is #bbbef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbef3

#bbbef3 Color Palettes


Comments

No comments written yet.

Please login to write comment.