Color Hex Logo

#bbcefa Color Hex

#BBCEFA
(187,206,250)
0 Favorites   0 Comments

Color spaces of #bbcefa

RGB 187206250
HSL0.620.860.86
HSV222°25°98°
CMYK 0.250.180.00   0.02
XYZ59.820161.609599.1815
Yxy61.60950.27120.2793
Hunter Lab78.4917-1.3221-19.9742
CIE-Lab82.70533.0349-23.6927

#bbcefa color RGB value is (187,206,250).

#bbcefa hex color red value is 187, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbcefa hue: 0.62 , saturation: 0.86 and the lightness value of bbcefa is 0.86.

The process color (four color CMYK) of #bbcefa color hex is 0.25, 0.18, 0.00, 0.02. Web safe color of #bbcefa is #ccccff. Color #bbcefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11111010
Octal 273 316 372
Decimal 187 206 250
Hex BB CE FA

RGB Percentages of Color #bbcefa

%29.08
%32.04
%38.88

CMYK Percentages of Color #bbcefa

%25
%18
%0
%2

Triadic Colors of #bbcefa

#bbcefa #fabbce #cefabb

Analogous Colors of #bbcefa

#bbcefa #c8bbfa #bbeefa

Monochromatic Colors of #bbcefa

#bbcefa

Complementary Color

#bbcefa #fae7bb

#bbcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcefa Color CSS Codes

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

#bbcefa Text Font Color

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

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


#bbcefa Background Color

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

This div background color is #bbcefa


#bbcefa Border Color

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

This div border color is #bbcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcefa

Related Colors


Comments

No comments written yet.

Please login to write comment.