Color Hex Logo

#bbdce6 Color Hex

#BBDCE6
(187,220,230)
0 Favorites   0 Comments

Color spaces of #bbdce6

RGB 187220230
HSL0.540.460.82
HSV194°19°90°
CMYK 0.190.040.00   0.10
XYZ60.369667.464484.7030
Yxy67.46440.28400.3174
Hunter Lab82.1367-12.5437-3.6468
CIE-Lab85.7379-8.7286-8.5298

#bbdce6 color RGB value is (187,220,230).

#bbdce6 hex color red value is 187, green value is 220 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bbdce6 hue: 0.54 , saturation: 0.46 and the lightness value of bbdce6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11100110
Octal 273 334 346
Decimal 187 220 230
Hex BB DC E6

RGB Percentages of Color #bbdce6

%29.36
%34.54
%36.11

CMYK Percentages of Color #bbdce6

%19
%4
%0
%10

Triadic Colors of #bbdce6

#bbdce6 #e6bbdc #dce6bb

Analogous Colors of #bbdce6

#bbdce6 #bbc7e6 #bbe6db

Monochromatic Colors of #bbdce6

#bbdce6

Complementary Color

#bbdce6 #e6c5bb

#bbdce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdce6 Color CSS Codes

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

#bbdce6 Text Font Color

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

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


#bbdce6 Background Color

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

This div background color is #bbdce6


#bbdce6 Border Color

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

This div border color is #bbdce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdce6


Comments

No comments written yet.

Please login to write comment.