Color Hex Logo

#bbcdee Color Hex

#BBCDEE
(187,205,238)
1 Favorites   0 Comments

Color spaces of #bbcdee

RGB 187205238
HSL0.610.600.83
HSV219°21°93°
CMYK 0.210.140.00   0.07
XYZ57.757560.400589.5032
Yxy60.40050.27810.2909
Hunter Lab77.7178-3.3502-13.8785
CIE-Lab82.05540.8538-18.2900

#bbcdee color RGB value is (187,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11101110
Octal 273 315 356
Decimal 187 205 238
Hex BB CD EE

RGB Percentages of Color #bbcdee

%29.68
%32.54
%37.78

CMYK Percentages of Color #bbcdee

%21
%14
%0
%7

Triadic Colors of #bbcdee

#bbcdee #eebbcd #cdeebb

Analogous Colors of #bbcdee

#bbcdee #c3bbee #bbe7ee

Monochromatic Colors of #bbcdee

#bbcdee

Complementary Color

#bbcdee #eedcbb

#bbcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdee Color CSS Codes

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

#bbcdee Text Font Color

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

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


#bbcdee Background Color

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

This div background color is #bbcdee


#bbcdee Border Color

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

This div border color is #bbcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdee

#bbcdee Color Palettes


Comments

No comments written yet.

Please login to write comment.