Color Hex Logo

#bbddfb Color Hex

#BBDDFB
(187,221,251)
0 Favorites   0 Comments

Color spaces of #bbddfb

RGB 187221251
HSL0.580.890.86
HSV208°25°98°
CMYK 0.250.120.00   0.02
XYZ63.762669.2427101.2713
Yxy69.24270.27220.2956
Hunter Lab83.2122-8.8430-13.9089
CIE-Lab86.6241-4.6425-18.2884

#bbddfb color RGB value is (187,221,251).

#bbddfb hex color red value is 187, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbddfb hue: 0.58 , saturation: 0.89 and the lightness value of bbddfb is 0.86.

The process color (four color CMYK) of #bbddfb color hex is 0.25, 0.12, 0.00, 0.02. Web safe color of #bbddfb is #ccccff. Color #bbddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11111011
Octal 273 335 373
Decimal 187 221 251
Hex BB DD FB

RGB Percentages of Color #bbddfb

%28.38
%33.54
%38.09

CMYK Percentages of Color #bbddfb

%25
%12
%0
%2

Triadic Colors of #bbddfb

#bbddfb #fbbbdd #ddfbbb

Analogous Colors of #bbddfb

#bbddfb #bbbdfb #bbfbf9

Monochromatic Colors of #bbddfb

#bbddfb

Complementary Color

#bbddfb #fbd9bb

#bbddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddfb Color CSS Codes

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

#bbddfb Text Font Color

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

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


#bbddfb Background Color

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

This div background color is #bbddfb


#bbddfb Border Color

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

This div border color is #bbddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddfb

#bbddfb Color Palettes


Comments

No comments written yet.

Please login to write comment.