Color Hex Logo

#bcced9 Color Hex

#BCCED9
(188,206,217)
0 Favorites   0 Comments

Color spaces of #bcced9

RGB 188206217
HSL0.560.280.79
HSV203°13°85°
CMYK 0.130.050.00   0.15
XYZ55.334759.843774.2802
Yxy59.84370.29210.3159
Hunter Lab77.3587-7.6967-2.7794
CIE-Lab81.7532-3.8499-7.5229

#bcced9 color RGB value is (188,206,217).

#bcced9 hex color red value is 188, green value is 206 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bcced9 hue: 0.56 , saturation: 0.28 and the lightness value of bcced9 is 0.79.

The process color (four color CMYK) of #bcced9 color hex is 0.13, 0.05, 0.00, 0.15. Web safe color of #bcced9 is #cccccc. Color #bcced9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11011001
Octal 274 316 331
Decimal 188 206 217
Hex BC CE D9

RGB Percentages of Color #bcced9

%30.77
%33.72
%35.52

CMYK Percentages of Color #bcced9

%13
%5
%0
%15

Triadic Colors of #bcced9

#bcced9 #d9bcce #ced9bc

Analogous Colors of #bcced9

#bcced9 #bcc0d9 #bcd9d6

Monochromatic Colors of #bcced9

#bcced9

Complementary Color

#bcced9 #d9c7bc

#bcced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcced9 Color CSS Codes

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

#bcced9 Text Font Color

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

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


#bcced9 Background Color

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

This div background color is #bcced9


#bcced9 Border Color

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

This div border color is #bcced9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,206,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcced9


Comments

No comments written yet.

Please login to write comment.