Color Hex Logo

#bbdcf0 Color Hex

#BBDCF0
(187,220,240)
0 Favorites   0 Comments

Color spaces of #bbdcf0

RGB 187220240
HSL0.560.640.84
HSV203°22°94°
CMYK 0.220.080.00   0.06
XYZ61.814968.042592.3136
Yxy68.04250.27820.3063
Hunter Lab82.4879-10.5892-8.6109
CIE-Lab86.0277-6.5747-13.3820

#bbdcf0 color RGB value is (187,220,240).

#bbdcf0 hex color red value is 187, green value is 220 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bbdcf0 hue: 0.56 , saturation: 0.64 and the lightness value of bbdcf0 is 0.84.

The process color (four color CMYK) of #bbdcf0 color hex is 0.22, 0.08, 0.00, 0.06. Web safe color of #bbdcf0 is #ccccff. Color #bbdcf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11110000
Octal 273 334 360
Decimal 187 220 240
Hex BB DC F0

RGB Percentages of Color #bbdcf0

%28.90
%34.00
%37.09

CMYK Percentages of Color #bbdcf0

%22
%8
%0
%6

Triadic Colors of #bbdcf0

#bbdcf0 #f0bbdc #dcf0bb

Analogous Colors of #bbdcf0

#bbdcf0 #bbc2f0 #bbf0ea

Monochromatic Colors of #bbdcf0

#bbdcf0

Complementary Color

#bbdcf0 #f0cfbb

#bbdcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcf0 Color CSS Codes

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

#bbdcf0 Text Font Color

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

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


#bbdcf0 Background Color

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

This div background color is #bbdcf0


#bbdcf0 Border Color

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

This div border color is #bbdcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcf0

#bbdcf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.