Color Hex Logo

#bbdcff Color Hex

#BBDCFF
(187,220,255)
0 Favorites   0 Comments

Color spaces of #bbdcff

RGB 187220255
HSL0.591.000.87
HSV211°27°100°
CMYK 0.270.140.00   0.00
XYZ64.136768.9712104.5401
Yxy68.97120.26990.2902
Hunter Lab83.0489-7.4843-16.4987
CIE-Lab86.4898-3.2093-20.5983

#bbdcff color RGB value is (187,220,255).

#bbdcff hex color red value is 187, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbdcff hue: 0.59 , saturation: 1.00 and the lightness value of bbdcff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11111111
Octal 273 334 377
Decimal 187 220 255
Hex BB DC FF

RGB Percentages of Color #bbdcff

%28.25
%33.23
%38.52

CMYK Percentages of Color #bbdcff

%27
%14
%0
%0

Triadic Colors of #bbdcff

#bbdcff #ffbbdc #dcffbb

Analogous Colors of #bbdcff

#bbdcff #bcbbff #bbfeff

Monochromatic Colors of #bbdcff

#bbdcff

Complementary Color

#bbdcff #ffdebb

#bbdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcff Color CSS Codes

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

#bbdcff Text Font Color

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

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


#bbdcff Background Color

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

This div background color is #bbdcff


#bbdcff Border Color

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

This div border color is #bbdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcff

Related Colors


Comments

No comments written yet.

Please login to write comment.