Color Hex Logo

#bbebbf Color Hex

#BBEBBF
(187,235,191)
0 Favorites   0 Comments

Color spaces of #bbebbf

RGB 187235191
HSL0.350.550.83
HSV125°20°92°
CMYK 0.200.000.19   0.08
XYZ59.605873.743060.3825
Yxy73.74300.30770.3806
Hunter Lab85.8737-26.380518.4216
CIE-Lab88.8009-23.751316.3750

#bbebbf color RGB value is (187,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 10111111
Octal 273 353 277
Decimal 187 235 191
Hex BB EB BF

RGB Percentages of Color #bbebbf

%30.51
%38.34
%31.16

CMYK Percentages of Color #bbebbf

%20
%0
%19
%8

Triadic Colors of #bbebbf

#bbebbf #bfbbeb #ebbfbb

Analogous Colors of #bbebbf

#bbebbf #bbebd7 #cfebbb

Monochromatic Colors of #bbebbf

#bbebbf

Complementary Color

#bbebbf #ebbbe7

#bbebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebbf Color CSS Codes

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

#bbebbf Text Font Color

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

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


#bbebbf Background Color

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

This div background color is #bbebbf


#bbebbf Border Color

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

This div border color is #bbebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebbf


Comments

No comments written yet.

Please login to write comment.