Color Hex Logo

#bbddcf Color Hex

#BBDDCF
(187,221,207)
0 Favorites   0 Comments

Color spaces of #bbddcf

RGB 187221207
HSL0.430.330.80
HSV155°15°87°
CMYK 0.150.000.06   0.13
XYZ57.612566.782768.8853
Yxy66.78270.29810.3455
Hunter Lab81.7207-17.17007.2268
CIE-Lab85.3941-13.89183.1246

#bbddcf color RGB value is (187,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11001111
Octal 273 335 317
Decimal 187 221 207
Hex BB DD CF

RGB Percentages of Color #bbddcf

%30.41
%35.93
%33.66

CMYK Percentages of Color #bbddcf

%15
%0
%6
%13

Triadic Colors of #bbddcf

#bbddcf #cfbbdd #ddcfbb

Analogous Colors of #bbddcf

#bbddcf #bbdadd #bbddbe

Monochromatic Colors of #bbddcf

#bbddcf

Complementary Color

#bbddcf #ddbbc9

#bbddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddcf Color CSS Codes

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

#bbddcf Text Font Color

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

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


#bbddcf Background Color

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

This div background color is #bbddcf


#bbddcf Border Color

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

This div border color is #bbddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddcf


Comments

No comments written yet.

Please login to write comment.