Color Hex Logo

#bccde5 Color Hex

#BCCDE5
(188,205,229)
0 Favorites   0 Comments

Color spaces of #bccde5

RGB 188205229
HSL0.600.440.82
HSV215°18°90°
CMYK 0.180.100.00   0.10
XYZ56.713260.011282.7229
Yxy60.01120.28440.3009
Hunter Lab77.4669-4.8879-9.0859
CIE-Lab81.8443-0.8041-13.7984

#bccde5 color RGB value is (188,205,229).

#bccde5 hex color red value is 188, green value is 205 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bccde5 hue: 0.60 , saturation: 0.44 and the lightness value of bccde5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11100101
Octal 274 315 345
Decimal 188 205 229
Hex BC CD E5

RGB Percentages of Color #bccde5

%30.23
%32.96
%36.82

CMYK Percentages of Color #bccde5

%18
%10
%0
%10

Triadic Colors of #bccde5

#bccde5 #e5bccd #cde5bc

Analogous Colors of #bccde5

#bccde5 #c0bce5 #bce2e5

Monochromatic Colors of #bccde5

#bccde5

Complementary Color

#bccde5 #e5d4bc

#bccde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccde5 Color CSS Codes

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

#bccde5 Text Font Color

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

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


#bccde5 Background Color

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

This div background color is #bccde5


#bccde5 Border Color

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

This div border color is #bccde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccde5

#bccde5 Color Palettes


Comments

No comments written yet.

Please login to write comment.