Color Hex Logo

#bcc8df Color Hex

#BCC8DF
(188,200,223)
0 Favorites   0 Comments

Color spaces of #bcc8df

RGB 188200223
HSL0.610.350.81
HSV219°16°87°
CMYK 0.160.100.00   0.13
XYZ54.712657.327677.9937
Yxy57.32760.28790.3017
Hunter Lab75.7150-3.5149-8.0739
CIE-Lab80.36350.5695-12.8053

#bcc8df color RGB value is (188,200,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 11011111
Octal 274 310 337
Decimal 188 200 223
Hex BC C8 DF

RGB Percentages of Color #bcc8df

%30.77
%32.73
%36.50

CMYK Percentages of Color #bcc8df

%16
%10
%0
%13

Triadic Colors of #bcc8df

#bcc8df #dfbcc8 #c8dfbc

Analogous Colors of #bcc8df

#bcc8df #c2bcdf #bcdadf

Monochromatic Colors of #bcc8df

#bcc8df

Complementary Color

#bcc8df #dfd3bc

#bcc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8df Color CSS Codes

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

#bcc8df Text Font Color

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

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


#bcc8df Background Color

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

This div background color is #bcc8df


#bcc8df Border Color

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

This div border color is #bcc8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc8df


Comments

No comments written yet.

Please login to write comment.