Color Hex Logo

#bbddbe Color Hex

#BBDDBE
(187,221,190)
0 Favorites   0 Comments

Color spaces of #bbddbe

RGB 187221190
HSL0.350.330.80
HSV125°15°87°
CMYK 0.150.000.14   0.13
XYZ55.644265.995458.5208
Yxy65.99540.30890.3663
Hunter Lab81.2376-19.901014.1558
CIE-Lab84.9941-17.042411.5179

#bbddbe color RGB value is (187,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10111110
Octal 273 335 276
Decimal 187 221 190
Hex BB DD BE

RGB Percentages of Color #bbddbe

%31.27
%36.96
%31.77

CMYK Percentages of Color #bbddbe

%15
%0
%14
%13

Triadic Colors of #bbddbe

#bbddbe #bebbdd #ddbebb

Analogous Colors of #bbddbe

#bbddbe #bbddcf #c9ddbb

Monochromatic Colors of #bbddbe

#bbddbe

Complementary Color

#bbddbe #ddbbda

#bbddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddbe Color CSS Codes

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

#bbddbe Text Font Color

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

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


#bbddbe Background Color

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

This div background color is #bbddbe


#bbddbe Border Color

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

This div border color is #bbddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddbe

#bbddbe Color Palettes


Comments

No comments written yet.

Please login to write comment.