Color Hex Logo

#bbdeee Color Hex

#BBDEEE
(187,222,238)
0 Favorites   0 Comments

Color spaces of #bbdeee

RGB 187222238
HSL0.550.600.83
HSV199°21°93°
CMYK 0.210.070.00   0.07
XYZ62.047468.980490.9332
Yxy68.98040.27950.3108
Hunter Lab83.0544-11.9934-6.7763
CIE-Lab86.4943-8.0437-11.6292

#bbdeee color RGB value is (187,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11101110
Octal 273 336 356
Decimal 187 222 238
Hex BB DE EE

RGB Percentages of Color #bbdeee

%28.90
%34.31
%36.79

CMYK Percentages of Color #bbdeee

%21
%7
%0
%7

Triadic Colors of #bbdeee

#bbdeee #eebbde #deeebb

Analogous Colors of #bbdeee

#bbdeee #bbc5ee #bbeee5

Monochromatic Colors of #bbdeee

#bbdeee

Complementary Color

#bbdeee #eecbbb

#bbdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeee Color CSS Codes

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

#bbdeee Text Font Color

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

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


#bbdeee Background Color

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

This div background color is #bbdeee


#bbdeee Border Color

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

This div border color is #bbdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeee


Comments

No comments written yet.

Please login to write comment.