Color Hex Logo

#bbc8df Color Hex

#BBC8DF
(187,200,223)
0 Favorites   0 Comments

Color spaces of #bbc8df

RGB 187200223
HSL0.610.360.80
HSV218°16°87°
CMYK 0.160.100.00   0.13
XYZ54.467157.201177.9822
Yxy57.20110.28720.3016
Hunter Lab75.6314-3.8055-8.1909
CIE-Lab80.29260.2522-12.9188

#bbc8df color RGB value is (187,200,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 11011111
Octal 273 310 337
Decimal 187 200 223
Hex BB C8 DF

RGB Percentages of Color #bbc8df

%30.66
%32.79
%36.56

CMYK Percentages of Color #bbc8df

%16
%10
%0
%13

Triadic Colors of #bbc8df

#bbc8df #dfbbc8 #c8dfbb

Analogous Colors of #bbc8df

#bbc8df #c0bbdf #bbdadf

Monochromatic Colors of #bbc8df

#bbc8df

Complementary Color

#bbc8df #dfd2bb

#bbc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc8df Color CSS Codes

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

#bbc8df Text Font Color

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

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


#bbc8df Background Color

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

This div background color is #bbc8df


#bbc8df Border Color

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

This div border color is #bbc8df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,200,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 #bbc8df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc8df


Comments

No comments written yet.

Please login to write comment.