Color Hex Logo

#bbbdc9 Color Hex

#BBBDC9
(187,189,201)
0 Favorites   0 Comments

Color spaces of #bbbdc9

RGB 187189201
HSL0.640.110.76
HSV231°79°
CMYK 0.070.060.00   0.21
XYZ49.233751.177062.5416
Yxy51.17700.30210.3141
Hunter Lab71.5381-2.3450-1.7571
CIE-Lab76.78611.6146-6.2757

#bbbdc9 color RGB value is (187,189,201).

#bbbdc9 hex color red value is 187, green value is 189 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bbbdc9 hue: 0.64 , saturation: 0.11 and the lightness value of bbbdc9 is 0.76.

The process color (four color CMYK) of #bbbdc9 color hex is 0.07, 0.06, 0.00, 0.21. Web safe color of #bbbdc9 is #cccccc. Color #bbbdc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11001001
Octal 273 275 311
Decimal 187 189 201
Hex BB BD C9

RGB Percentages of Color #bbbdc9

%32.41
%32.76
%34.84

CMYK Percentages of Color #bbbdc9

%7
%6
%0
%21

Triadic Colors of #bbbdc9

#bbbdc9 #c9bbbd #bdc9bb

Analogous Colors of #bbbdc9

#bbbdc9 #c0bbc9 #bbc4c9

Monochromatic Colors of #bbbdc9

#bbbdc9

Complementary Color

#bbbdc9 #c9c7bb

#bbbdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdc9 Color CSS Codes

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

#bbbdc9 Text Font Color

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

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


#bbbdc9 Background Color

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

This div background color is #bbbdc9


#bbbdc9 Border Color

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

This div border color is #bbbdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdc9


Comments

No comments written yet.

Please login to write comment.