Color Hex Logo

#bcced5 Color Hex

#BCCED5
(188,206,213)
0 Favorites   0 Comments

Color spaces of #bcced5

RGB 188206213
HSL0.550.230.79
HSV197°12°84°
CMYK 0.120.030.00   0.16
XYZ54.820659.638171.5727
Yxy59.63810.29470.3206
Hunter Lab77.2257-8.4323-0.8919
CIE-Lab81.6411-4.6638-5.5504

#bcced5 color RGB value is (188,206,213).

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

The process color (four color CMYK) of #bcced5 color hex is 0.12, 0.03, 0.00, 0.16. Web safe color of #bcced5 is #cccccc. Color #bcced5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11010101
Octal 274 316 325
Decimal 188 206 213
Hex BC CE D5

RGB Percentages of Color #bcced5

%30.97
%33.94
%35.09

CMYK Percentages of Color #bcced5

%12
%3
%0
%16

Triadic Colors of #bcced5

#bcced5 #d5bcce #ced5bc

Analogous Colors of #bcced5

#bcced5 #bcc2d5 #bcd5d0

Monochromatic Colors of #bcced5

#bcced5

Complementary Color

#bcced5 #d5c3bc

#bcced5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcced5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcced5 Color CSS Codes

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

#bcced5 Text Font Color

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

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


#bcced5 Background Color

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

This div background color is #bcced5


#bcced5 Border Color

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

This div border color is #bcced5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcced5


Comments

No comments written yet.

Please login to write comment.