Color Hex Logo

#bbbdcf Color Hex

#BBBDCF
(187,189,207)
0 Favorites   0 Comments

Color spaces of #bbbdcf

RGB 187189207
HSL0.650.170.77
HSV234°10°81°
CMYK 0.100.090.00   0.19
XYZ49.953651.465066.3324
Yxy51.46500.29780.3068
Hunter Lab71.7391-1.2498-4.6042
CIE-Lab76.95982.8135-9.2695

#bbbdcf color RGB value is (187,189,207).

#bbbdcf hex color red value is 187, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bbbdcf hue: 0.65 , saturation: 0.17 and the lightness value of bbbdcf is 0.77.

The process color (four color CMYK) of #bbbdcf color hex is 0.10, 0.09, 0.00, 0.19. Web safe color of #bbbdcf is #cccccc. Color #bbbdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11001111
Octal 273 275 317
Decimal 187 189 207
Hex BB BD CF

RGB Percentages of Color #bbbdcf

%32.08
%32.42
%35.51

CMYK Percentages of Color #bbbdcf

%10
%9
%0
%19

Triadic Colors of #bbbdcf

#bbbdcf #cfbbbd #bdcfbb

Analogous Colors of #bbbdcf

#bbbdcf #c3bbcf #bbc7cf

Monochromatic Colors of #bbbdcf

#bbbdcf

Complementary Color

#bbbdcf #cfcdbb

#bbbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdcf Color CSS Codes

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

#bbbdcf Text Font Color

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

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


#bbbdcf Background Color

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

This div background color is #bbbdcf


#bbbdcf Border Color

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

This div border color is #bbbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdcf


Comments

No comments written yet.

Please login to write comment.