Color Hex Logo

#bbdbe5 Color Hex

#BBDBE5
(187,219,229)
0 Favorites   0 Comments

Color spaces of #bbdbe5

RGB 187219229
HSL0.540.450.82
HSV194°18°90°
CMYK 0.180.040.00   0.10
XYZ59.967966.885083.8782
Yxy66.88500.28460.3174
Hunter Lab81.7833-12.2348-3.5605
CIE-Lab85.4458-8.4250-8.4344

#bbdbe5 color RGB value is (187,219,229).

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

The process color (four color CMYK) of #bbdbe5 color hex is 0.18, 0.04, 0.00, 0.10. Web safe color of #bbdbe5 is #cccccc. Color #bbdbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11100101
Octal 273 333 345
Decimal 187 219 229
Hex BB DB E5

RGB Percentages of Color #bbdbe5

%29.45
%34.49
%36.06

CMYK Percentages of Color #bbdbe5

%18
%4
%0
%10

Triadic Colors of #bbdbe5

#bbdbe5 #e5bbdb #dbe5bb

Analogous Colors of #bbdbe5

#bbdbe5 #bbc6e5 #bbe5da

Monochromatic Colors of #bbdbe5

#bbdbe5

Complementary Color

#bbdbe5 #e5c5bb

#bbdbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbe5 Color CSS Codes

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

#bbdbe5 Text Font Color

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

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


#bbdbe5 Background Color

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

This div background color is #bbdbe5


#bbdbe5 Border Color

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

This div border color is #bbdbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbe5

#bbdbe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.