Color Hex Logo

#bbddc5 Color Hex

#BBDDC5
(187,221,197)
0 Favorites   0 Comments

Color spaces of #bbddc5

RGB 187221197
HSL0.380.330.80
HSV138°15°87°
CMYK 0.150.000.11   0.13
XYZ56.428066.308962.6482
Yxy66.30890.30440.3577
Hunter Lab81.4303-18.809511.3866
CIE-Lab85.1537-15.77588.0568

#bbddc5 color RGB value is (187,221,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11000101
Octal 273 335 305
Decimal 187 221 197
Hex BB DD C5

RGB Percentages of Color #bbddc5

%30.91
%36.53
%32.56

CMYK Percentages of Color #bbddc5

%15
%0
%11
%13

Triadic Colors of #bbddc5

#bbddc5 #c5bbdd #ddc5bb

Analogous Colors of #bbddc5

#bbddc5 #bbddd6 #c2ddbb

Monochromatic Colors of #bbddc5

#bbddc5

Complementary Color

#bbddc5 #ddbbd3

#bbddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddc5 Color CSS Codes

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

#bbddc5 Text Font Color

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

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


#bbddc5 Background Color

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

This div background color is #bbddc5


#bbddc5 Border Color

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

This div border color is #bbddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddc5


Comments

No comments written yet.

Please login to write comment.