Color Hex Logo

#bbbfd9 Color Hex

#BBBFD9
(187,191,217)
0 Favorites   0 Comments

Color spaces of #bbbfd9

RGB 187191217
HSL0.640.280.79
HSV232°14°85°
CMYK 0.140.120.00   0.15
XYZ51.648752.836273.1219
Yxy52.83620.29080.2975
Hunter Lab72.6885-0.3720-8.7615
CIE-Lab77.77823.7995-13.4563

#bbbfd9 color RGB value is (187,191,217).

#bbbfd9 hex color red value is 187, green value is 191 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bbbfd9 hue: 0.64 , saturation: 0.28 and the lightness value of bbbfd9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11011001
Octal 273 277 331
Decimal 187 191 217
Hex BB BF D9

RGB Percentages of Color #bbbfd9

%31.43
%32.10
%36.47

CMYK Percentages of Color #bbbfd9

%14
%12
%0
%15

Triadic Colors of #bbbfd9

#bbbfd9 #d9bbbf #bfd9bb

Analogous Colors of #bbbfd9

#bbbfd9 #c6bbd9 #bbced9

Monochromatic Colors of #bbbfd9

#bbbfd9

Complementary Color

#bbbfd9 #d9d5bb

#bbbfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfd9 Color CSS Codes

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

#bbbfd9 Text Font Color

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

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


#bbbfd9 Background Color

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

This div background color is #bbbfd9


#bbbfd9 Border Color

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

This div border color is #bbbfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfd9


Comments

No comments written yet.

Please login to write comment.