Color Hex Logo

#bccbdf Color Hex

#BCCBDF
(188,203,223)
0 Favorites   0 Comments

Color spaces of #bccbdf

RGB 188203223
HSL0.600.350.81
HSV214°16°87°
CMYK 0.160.090.00   0.13
XYZ55.414358.731078.2276
Yxy58.73100.28810.3053
Hunter Lab76.6362-5.0430-6.8759
CIE-Lab81.1435-1.0220-11.6391

#bccbdf color RGB value is (188,203,223).

#bccbdf hex color red value is 188, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bccbdf hue: 0.60 , saturation: 0.35 and the lightness value of bccbdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11011111
Octal 274 313 337
Decimal 188 203 223
Hex BC CB DF

RGB Percentages of Color #bccbdf

%30.62
%33.06
%36.32

CMYK Percentages of Color #bccbdf

%16
%9
%0
%13

Triadic Colors of #bccbdf

#bccbdf #dfbccb #cbdfbc

Analogous Colors of #bccbdf

#bccbdf #bfbcdf #bcdddf

Monochromatic Colors of #bccbdf

#bccbdf

Complementary Color

#bccbdf #dfd0bc

#bccbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbdf Color CSS Codes

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

#bccbdf Text Font Color

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

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


#bccbdf Background Color

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

This div background color is #bccbdf


#bccbdf Border Color

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

This div border color is #bccbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbdf


Comments

No comments written yet.

Please login to write comment.