Color Hex Logo

#bbddf6 Color Hex

#BBDDF6
(187,221,246)
0 Favorites   0 Comments

Color spaces of #bbddf6

RGB 187221246
HSL0.570.770.85
HSV205°24°96°
CMYK 0.240.100.00   0.04
XYZ62.984568.931597.1743
Yxy68.93150.27490.3009
Hunter Lab83.0250-9.8799-11.2768
CIE-Lab86.4701-5.7666-15.8849

#bbddf6 color RGB value is (187,221,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11110110
Octal 273 335 366
Decimal 187 221 246
Hex BB DD F6

RGB Percentages of Color #bbddf6

%28.59
%33.79
%37.61

CMYK Percentages of Color #bbddf6

%24
%10
%0
%4

Triadic Colors of #bbddf6

#bbddf6 #f6bbdd #ddf6bb

Analogous Colors of #bbddf6

#bbddf6 #bbc0f6 #bbf6f2

Monochromatic Colors of #bbddf6

#bbddf6

Complementary Color

#bbddf6 #f6d4bb

#bbddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddf6 Color CSS Codes

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

#bbddf6 Text Font Color

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

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


#bbddf6 Background Color

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

This div background color is #bbddf6


#bbddf6 Border Color

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

This div border color is #bbddf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,221,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 #bbddf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddf6


Comments

No comments written yet.

Please login to write comment.