Color Hex Logo

#bbdcf6 Color Hex

#BBDCF6
(187,220,246)
0 Favorites   0 Comments

Color spaces of #bbdcf6

RGB 187220246
HSL0.570.770.85
HSV206°24°96°
CMYK 0.240.110.00   0.04
XYZ62.721368.405097.0865
Yxy68.40500.27480.2997
Hunter Lab82.7073-9.3719-11.7028
CIE-Lab86.2086-5.2472-16.2778

#bbdcf6 color RGB value is (187,220,246).

#bbdcf6 hex color red value is 187, green value is 220 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bbdcf6 hue: 0.57 , saturation: 0.77 and the lightness value of bbdcf6 is 0.85.

The process color (four color CMYK) of #bbdcf6 color hex is 0.24, 0.11, 0.00, 0.04. Web safe color of #bbdcf6 is #ccccff. Color #bbdcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11110110
Octal 273 334 366
Decimal 187 220 246
Hex BB DC F6

RGB Percentages of Color #bbdcf6

%28.64
%33.69
%37.67

CMYK Percentages of Color #bbdcf6

%24
%11
%0
%4

Triadic Colors of #bbdcf6

#bbdcf6 #f6bbdc #dcf6bb

Analogous Colors of #bbdcf6

#bbdcf6 #bbbff6 #bbf6f3

Monochromatic Colors of #bbdcf6

#bbdcf6

Complementary Color

#bbdcf6 #f6d5bb

#bbdcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcf6 Color CSS Codes

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

#bbdcf6 Text Font Color

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

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


#bbdcf6 Background Color

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

This div background color is #bbdcf6


#bbdcf6 Border Color

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

This div border color is #bbdcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcf6


Comments

No comments written yet.

Please login to write comment.