Color Hex Logo

#bbbddb Color Hex

#BBBDDB
(187,189,219)
0 Favorites   0 Comments

Color spaces of #bbbddb

RGB 187189219
HSL0.660.310.80
HSV236°15°86°
CMYK 0.150.140.00   0.14
XYZ51.477352.074574.3561
Yxy52.07450.28930.2927
Hunter Lab72.16271.0485-10.5783
CIE-Lab77.32545.2995-15.2170

#bbbddb color RGB value is (187,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11011011
Octal 273 275 333
Decimal 187 189 219
Hex BB BD DB

RGB Percentages of Color #bbbddb

%31.43
%31.76
%36.81

CMYK Percentages of Color #bbbddb

%15
%14
%0
%14

Triadic Colors of #bbbddb

#bbbddb #dbbbbd #bddbbb

Analogous Colors of #bbbddb

#bbbddb #c9bbdb #bbcddb

Monochromatic Colors of #bbbddb

#bbbddb

Complementary Color

#bbbddb #dbd9bb

#bbbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbddb Color CSS Codes

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

#bbbddb Text Font Color

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

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


#bbbddb Background Color

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

This div background color is #bbbddb


#bbbddb Border Color

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

This div border color is #bbbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbddb


Comments

No comments written yet.

Please login to write comment.