Color Hex Logo

#bbbfd8 Color Hex

#BBBFD8
(187,191,216)
0 Favorites   0 Comments

Color spaces of #bbbfd8

RGB 187191216
HSL0.640.270.79
HSV232°13°85°
CMYK 0.130.120.00   0.15
XYZ51.519052.784372.4388
Yxy52.78430.29150.2987
Hunter Lab72.6528-0.5659-8.2584
CIE-Lab77.74753.5901-12.9622

#bbbfd8 color RGB value is (187,191,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11011000
Octal 273 277 330
Decimal 187 191 216
Hex BB BF D8

RGB Percentages of Color #bbbfd8

%31.48
%32.15
%36.36

CMYK Percentages of Color #bbbfd8

%13
%12
%0
%15

Triadic Colors of #bbbfd8

#bbbfd8 #d8bbbf #bfd8bb

Analogous Colors of #bbbfd8

#bbbfd8 #c6bbd8 #bbced8

Monochromatic Colors of #bbbfd8

#bbbfd8

Complementary Color

#bbbfd8 #d8d4bb

#bbbfd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfd8 Color CSS Codes

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

#bbbfd8 Text Font Color

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

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


#bbbfd8 Background Color

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

This div background color is #bbbfd8


#bbbfd8 Border Color

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

This div border color is #bbbfd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfd8


Comments

No comments written yet.

Please login to write comment.