Color Hex Logo

#bbebcd Color Hex

#BBEBCD
(187,235,205)
0 Favorites   0 Comments

Color spaces of #bbebcd

RGB 187235205
HSL0.400.550.83
HSV143°20°92°
CMYK 0.200.000.13   0.08
XYZ61.221374.389268.8895
Yxy74.38920.29940.3638
Hunter Lab86.2492-24.233413.0179
CIE-Lab89.1061-21.23499.5211

#bbebcd color RGB value is (187,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11001101
Octal 273 353 315
Decimal 187 235 205
Hex BB EB CD

RGB Percentages of Color #bbebcd

%29.82
%37.48
%32.70

CMYK Percentages of Color #bbebcd

%20
%0
%13
%8

Triadic Colors of #bbebcd

#bbebcd #cdbbeb #ebcdbb

Analogous Colors of #bbebcd

#bbebcd #bbebe5 #c1ebbb

Monochromatic Colors of #bbebcd

#bbebcd

Complementary Color

#bbebcd #ebbbd9

#bbebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebcd Color CSS Codes

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

#bbebcd Text Font Color

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

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


#bbebcd Background Color

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

This div background color is #bbebcd


#bbebcd Border Color

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

This div border color is #bbebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebcd


Comments

No comments written yet.

Please login to write comment.