Color Hex Logo

#bbcddb Color Hex

#BBCDDB
(187,205,219)
0 Favorites   0 Comments

Color spaces of #bbcddb

RGB 187205219
HSL0.570.310.80
HSV206°15°86°
CMYK 0.150.060.00   0.14
XYZ55.111059.341975.5673
Yxy59.34190.29000.3123
Hunter Lab77.0337-7.1075-4.2378
CIE-Lab81.4792-3.2323-9.0064

#bbcddb color RGB value is (187,205,219).

#bbcddb hex color red value is 187, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbcddb hue: 0.57 , saturation: 0.31 and the lightness value of bbcddb is 0.80.

The process color (four color CMYK) of #bbcddb color hex is 0.15, 0.06, 0.00, 0.14. Web safe color of #bbcddb is #cccccc. Color #bbcddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11011011
Octal 273 315 333
Decimal 187 205 219
Hex BB CD DB

RGB Percentages of Color #bbcddb

%30.61
%33.55
%35.84

CMYK Percentages of Color #bbcddb

%15
%6
%0
%14

Triadic Colors of #bbcddb

#bbcddb #dbbbcd #cddbbb

Analogous Colors of #bbcddb

#bbcddb #bbbddb #bbdbd9

Monochromatic Colors of #bbcddb

#bbcddb

Complementary Color

#bbcddb #dbc9bb

#bbcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcddb Color CSS Codes

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

#bbcddb Text Font Color

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

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


#bbcddb Background Color

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

This div background color is #bbcddb


#bbcddb Border Color

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

This div border color is #bbcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcddb

#bbcddb Color Palettes


Comments

No comments written yet.

Please login to write comment.