Color Hex Logo

#bbebcb Color Hex

#BBEBCB
(187,235,203)
0 Favorites   0 Comments

Color spaces of #bbebcb

RGB 187235203
HSL0.390.550.83
HSV140°20°92°
CMYK 0.200.000.14   0.08
XYZ60.981374.293367.6259
Yxy74.29330.30050.3662
Hunter Lab86.1936-24.551313.8176
CIE-Lab89.0609-21.605110.4995

#bbebcb color RGB value is (187,235,203).

#bbebcb hex color red value is 187, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbebcb hue: 0.39 , saturation: 0.55 and the lightness value of bbebcb is 0.83.

The process color (four color CMYK) of #bbebcb color hex is 0.20, 0.00, 0.14, 0.08. Web safe color of #bbebcb is #ccffcc. Color #bbebcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11001011
Octal 273 353 313
Decimal 187 235 203
Hex BB EB CB

RGB Percentages of Color #bbebcb

%29.92
%37.60
%32.48

CMYK Percentages of Color #bbebcb

%20
%0
%14
%8

Triadic Colors of #bbebcb

#bbebcb #cbbbeb #ebcbbb

Analogous Colors of #bbebcb

#bbebcb #bbebe3 #c3ebbb

Monochromatic Colors of #bbebcb

#bbebcb

Complementary Color

#bbebcb #ebbbdb

#bbebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebcb Color CSS Codes

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

#bbebcb Text Font Color

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

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


#bbebcb Background Color

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

This div background color is #bbebcb


#bbebcb Border Color

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

This div border color is #bbebcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,235,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 #bbebcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebcb


Comments

No comments written yet.

Please login to write comment.