Color Hex Logo

#bbebcf Color Hex

#BBEBCF
(187,235,207)
0 Favorites   0 Comments

Color spaces of #bbebcf

RGB 187235207
HSL0.400.550.83
HSV145°20°92°
CMYK 0.200.000.12   0.08
XYZ61.464374.486570.1693
Yxy74.48650.29820.3614
Hunter Lab86.3056-23.912212.2091
CIE-Lab89.1519-20.86188.5434

#bbebcf color RGB value is (187,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11001111
Octal 273 353 317
Decimal 187 235 207
Hex BB EB CF

RGB Percentages of Color #bbebcf

%29.73
%37.36
%32.91

CMYK Percentages of Color #bbebcf

%20
%0
%12
%8

Triadic Colors of #bbebcf

#bbebcf #cfbbeb #ebcfbb

Analogous Colors of #bbebcf

#bbebcf #bbebe7 #bfebbb

Monochromatic Colors of #bbebcf

#bbebcf

Complementary Color

#bbebcf #ebbbd7

#bbebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebcf Color CSS Codes

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

#bbebcf Text Font Color

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

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


#bbebcf Background Color

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

This div background color is #bbebcf


#bbebcf Border Color

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

This div border color is #bbebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebcf


Comments

No comments written yet.

Please login to write comment.