Color Hex Logo

#bbdcbf Color Hex

#BBDCBF
(187,220,191)
0 Favorites   0 Comments

Color spaces of #bbdcbf

RGB 187220191
HSL0.350.320.80
HSV127°15°86°
CMYK 0.150.000.13   0.14
XYZ55.490765.512859.0108
Yxy65.51280.30830.3639
Hunter Lab80.9400-19.269213.4315
CIE-Lab84.7473-16.363710.6398

#bbdcbf color RGB value is (187,220,191).

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

The process color (four color CMYK) of #bbdcbf color hex is 0.15, 0.00, 0.13, 0.14. Web safe color of #bbdcbf is #cccccc. Color #bbdcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10111111
Octal 273 334 277
Decimal 187 220 191
Hex BB DC BF

RGB Percentages of Color #bbdcbf

%31.27
%36.79
%31.94

CMYK Percentages of Color #bbdcbf

%15
%0
%13
%14

Triadic Colors of #bbdcbf

#bbdcbf #bfbbdc #dcbfbb

Analogous Colors of #bbdcbf

#bbdcbf #bbdcd0 #c8dcbb

Monochromatic Colors of #bbdcbf

#bbdcbf

Complementary Color

#bbdcbf #dcbbd8

#bbdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcbf Color CSS Codes

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

#bbdcbf Text Font Color

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

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


#bbdcbf Background Color

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

This div background color is #bbdcbf


#bbdcbf Border Color

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

This div border color is #bbdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcbf


Comments

No comments written yet.

Please login to write comment.