Color Hex Logo

#bbd7df Color Hex

#BBD7DF
(187,215,223)
0 Favorites   0 Comments

Color spaces of #bbd7df

RGB 187215223
HSL0.540.360.80
HSV193°16°87°
CMYK 0.160.040.00   0.13
XYZ58.113264.493479.1976
Yxy64.49340.28800.3196
Hunter Lab80.3078-11.3705-2.2549
CIE-Lab84.2220-7.6174-7.0687

#bbd7df color RGB value is (187,215,223).

#bbd7df hex color red value is 187, green value is 215 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbd7df hue: 0.54 , saturation: 0.36 and the lightness value of bbd7df is 0.80.

The process color (four color CMYK) of #bbd7df color hex is 0.16, 0.04, 0.00, 0.13. Web safe color of #bbd7df is #cccccc. Color #bbd7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 11011111
Octal 273 327 337
Decimal 187 215 223
Hex BB D7 DF

RGB Percentages of Color #bbd7df

%29.92
%34.40
%35.68

CMYK Percentages of Color #bbd7df

%16
%4
%0
%13

Triadic Colors of #bbd7df

#bbd7df #dfbbd7 #d7dfbb

Analogous Colors of #bbd7df

#bbd7df #bbc5df #bbdfd5

Monochromatic Colors of #bbd7df

#bbd7df

Complementary Color

#bbd7df #dfc3bb

#bbd7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd7df Color CSS Codes

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

#bbd7df Text Font Color

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

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


#bbd7df Background Color

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

This div background color is #bbd7df


#bbd7df Border Color

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

This div border color is #bbd7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd7df


Comments

No comments written yet.

Please login to write comment.