Color Hex Logo

#bbcbbe Color Hex

#BBCBBE
(187,203,190)
0 Favorites   0 Comments

Color spaces of #bbcbbe

RGB 187203190
HSL0.360.130.76
HSV131°80°
CMYK 0.080.000.06   0.20
XYZ51.143756.994457.0207
Yxy56.99440.30970.3451
Hunter Lab75.4946-11.19118.0648
CIE-Lab80.1764-7.87204.6131

#bbcbbe color RGB value is (187,203,190).

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

The process color (four color CMYK) of #bbcbbe color hex is 0.08, 0.00, 0.06, 0.20. Web safe color of #bbcbbe is #cccccc. Color #bbcbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10111110
Octal 273 313 276
Decimal 187 203 190
Hex BB CB BE

RGB Percentages of Color #bbcbbe

%32.24
%35.00
%32.76

CMYK Percentages of Color #bbcbbe

%8
%0
%6
%20

Triadic Colors of #bbcbbe

#bbcbbe #bebbcb #cbbebb

Analogous Colors of #bbcbbe

#bbcbbe #bbcbc6 #c0cbbb

Monochromatic Colors of #bbcbbe

#bbcbbe

Complementary Color

#bbcbbe #cbbbc8

#bbcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbbe Color CSS Codes

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

#bbcbbe Text Font Color

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

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


#bbcbbe Background Color

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

This div background color is #bbcbbe


#bbcbbe Border Color

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

This div border color is #bbcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbbe


Comments

No comments written yet.

Please login to write comment.