Color Hex Logo

#bbbcee Color Hex

#BBBCEE
(187,188,238)
0 Favorites   0 Comments

Color spaces of #bbbcee

RGB 187188238
HSL0.660.600.83
HSV239°21°93°
CMYK 0.210.210.00   0.07
XYZ53.909452.704388.2205
Yxy52.70430.27670.2705
Hunter Lab72.59775.5040-21.2306
CIE-Lab77.700110.0044-24.8999

#bbbcee color RGB value is (187,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111100 11101110
Octal 273 274 356
Decimal 187 188 238
Hex BB BC EE

RGB Percentages of Color #bbbcee

%30.51
%30.67
%38.83

CMYK Percentages of Color #bbbcee

%21
%21
%0
%7

Triadic Colors of #bbbcee

#bbbcee #eebbbc #bceebb

Analogous Colors of #bbbcee

#bbbcee #d4bbee #bbd6ee

Monochromatic Colors of #bbbcee

#bbbcee

Complementary Color

#bbbcee #eeedbb

#bbbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbcee Color CSS Codes

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

#bbbcee Text Font Color

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

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


#bbbcee Background Color

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

This div background color is #bbbcee


#bbbcee Border Color

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

This div border color is #bbbcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbcee


Comments

No comments written yet.

Please login to write comment.