Color Hex Logo

#bbccdf Color Hex

#BBCCDF
(187,204,223)
0 Favorites   0 Comments

Color spaces of #bbccdf

RGB 187204223
HSL0.590.360.80
HSV212°16°87°
CMYK 0.160.090.00   0.13
XYZ55.405759.078278.2951
Yxy59.07820.28740.3065
Hunter Lab76.8623-5.8386-6.5916
CIE-Lab81.3346-1.8671-11.3612

#bbccdf color RGB value is (187,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11011111
Octal 273 314 337
Decimal 187 204 223
Hex BB CC DF

RGB Percentages of Color #bbccdf

%30.46
%33.22
%36.32

CMYK Percentages of Color #bbccdf

%16
%9
%0
%13

Triadic Colors of #bbccdf

#bbccdf #dfbbcc #ccdfbb

Analogous Colors of #bbccdf

#bbccdf #bcbbdf #bbdedf

Monochromatic Colors of #bbccdf

#bbccdf

Complementary Color

#bbccdf #dfcebb

#bbccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccdf Color CSS Codes

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

#bbccdf Text Font Color

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

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


#bbccdf Background Color

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

This div background color is #bbccdf


#bbccdf Border Color

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

This div border color is #bbccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccdf


Comments

No comments written yet.

Please login to write comment.