Color Hex Logo

#bbddbc Color Hex

#BBDDBC
(187,221,188)
0 Favorites   0 Comments

Color spaces of #bbddbc

RGB 187221188
HSL0.340.330.80
HSV122°15°87°
CMYK 0.150.000.15   0.13
XYZ55.427165.908557.3773
Yxy65.90850.31010.3688
Hunter Lab81.1841-20.204114.9253
CIE-Lab84.9497-17.395912.5076

#bbddbc color RGB value is (187,221,188).

#bbddbc hex color red value is 187, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbddbc hue: 0.34 , saturation: 0.33 and the lightness value of bbddbc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10111100
Octal 273 335 274
Decimal 187 221 188
Hex BB DD BC

RGB Percentages of Color #bbddbc

%31.38
%37.08
%31.54

CMYK Percentages of Color #bbddbc

%15
%0
%15
%13

Triadic Colors of #bbddbc

#bbddbc #bcbbdd #ddbcbb

Analogous Colors of #bbddbc

#bbddbc #bbddcd #cbddbb

Monochromatic Colors of #bbddbc

#bbddbc

Complementary Color

#bbddbc #ddbbdc

#bbddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddbc Color CSS Codes

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

#bbddbc Text Font Color

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

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


#bbddbc Background Color

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

This div background color is #bbddbc


#bbddbc Border Color

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

This div border color is #bbddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddbc


Comments

No comments written yet.

Please login to write comment.