Color Hex Logo

#bbbdcb Color Hex

#BBBDCB
(187,189,203)
0 Favorites   0 Comments

Color spaces of #bbbdcb

RGB 187189203
HSL0.650.130.76
HSV233°80°
CMYK 0.080.070.00   0.20
XYZ49.470651.271863.7890
Yxy51.27180.30070.3116
Hunter Lab71.6043-1.9840-2.6957
CIE-Lab76.84342.0108-7.2751

#bbbdcb color RGB value is (187,189,203).

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

The process color (four color CMYK) of #bbbdcb color hex is 0.08, 0.07, 0.00, 0.20. Web safe color of #bbbdcb is #cccccc. Color #bbbdcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11001011
Octal 273 275 313
Decimal 187 189 203
Hex BB BD CB

RGB Percentages of Color #bbbdcb

%32.30
%32.64
%35.06

CMYK Percentages of Color #bbbdcb

%8
%7
%0
%20

Triadic Colors of #bbbdcb

#bbbdcb #cbbbbd #bdcbbb

Analogous Colors of #bbbdcb

#bbbdcb #c1bbcb #bbc5cb

Monochromatic Colors of #bbbdcb

#bbbdcb

Complementary Color

#bbbdcb #cbc9bb

#bbbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdcb Color CSS Codes

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

#bbbdcb Text Font Color

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

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


#bbbdcb Background Color

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

This div background color is #bbbdcb


#bbbdcb Border Color

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

This div border color is #bbbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdcb


Comments

No comments written yet.

Please login to write comment.