Color Hex Logo

#bbdbe9 Color Hex

#BBDBE9
(187,219,233)
0 Favorites   0 Comments

Color spaces of #bbdbe9

RGB 187219233
HSL0.550.510.82
HSV198°20°91°
CMYK 0.200.060.00   0.09
XYZ60.533067.111086.8541
Yxy67.11100.28220.3129
Hunter Lab81.9213-11.4657-5.5152
CIE-Lab85.5600-7.5741-10.3807

#bbdbe9 color RGB value is (187,219,233).

#bbdbe9 hex color red value is 187, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bbdbe9 hue: 0.55 , saturation: 0.51 and the lightness value of bbdbe9 is 0.82.

The process color (four color CMYK) of #bbdbe9 color hex is 0.20, 0.06, 0.00, 0.09. Web safe color of #bbdbe9 is #ccccff. Color #bbdbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11101001
Octal 273 333 351
Decimal 187 219 233
Hex BB DB E9

RGB Percentages of Color #bbdbe9

%29.26
%34.27
%36.46

CMYK Percentages of Color #bbdbe9

%20
%6
%0
%9

Triadic Colors of #bbdbe9

#bbdbe9 #e9bbdb #dbe9bb

Analogous Colors of #bbdbe9

#bbdbe9 #bbc4e9 #bbe9e0

Monochromatic Colors of #bbdbe9

#bbdbe9

Complementary Color

#bbdbe9 #e9c9bb

#bbdbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbe9 Color CSS Codes

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

#bbdbe9 Text Font Color

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

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


#bbdbe9 Background Color

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

This div background color is #bbdbe9


#bbdbe9 Border Color

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

This div border color is #bbdbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbe9


Comments

No comments written yet.

Please login to write comment.