Color Hex Logo

#bbceee Color Hex

#BBCEEE
(187,206,238)
0 Favorites   0 Comments

Color spaces of #bbceee

RGB 187206238
HSL0.600.600.83
HSV218°21°93°
CMYK 0.210.130.00   0.07
XYZ57.997460.880589.5832
Yxy60.88050.27820.2920
Hunter Lab78.0260-3.8648-13.4539
CIE-Lab82.31450.3227-17.8992

#bbceee color RGB value is (187,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 11101110
Octal 273 316 356
Decimal 187 206 238
Hex BB CE EE

RGB Percentages of Color #bbceee

%29.64
%32.65
%37.72

CMYK Percentages of Color #bbceee

%21
%13
%0
%7

Triadic Colors of #bbceee

#bbceee #eebbce #ceeebb

Analogous Colors of #bbceee

#bbceee #c2bbee #bbe8ee

Monochromatic Colors of #bbceee

#bbceee

Complementary Color

#bbceee #eedbbb

#bbceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbceee Color CSS Codes

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

#bbceee Text Font Color

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

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


#bbceee Background Color

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

This div background color is #bbceee


#bbceee Border Color

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

This div border color is #bbceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbceee


Comments

No comments written yet.

Please login to write comment.