Color Hex Logo

#bdcce6 Color Hex

#BDCCE6
(189,204,230)
0 Favorites   0 Comments

Color spaces of #bdcce6

RGB 189204230
HSL0.610.450.82
HSV218°18°90°
CMYK 0.180.110.00   0.10
XYZ56.862159.717783.3926
Yxy59.71770.28430.2986
Hunter Lab77.2772-3.8913-9.8879
CIE-Lab81.68450.2526-14.5650

#bdcce6 color RGB value is (189,204,230).

#bdcce6 hex color red value is 189, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bdcce6 hue: 0.61 , saturation: 0.45 and the lightness value of bdcce6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11100110
Octal 275 314 346
Decimal 189 204 230
Hex BD CC E6

RGB Percentages of Color #bdcce6

%30.34
%32.74
%36.92

CMYK Percentages of Color #bdcce6

%18
%11
%0
%10

Triadic Colors of #bdcce6

#bdcce6 #e6bdcc #cce6bd

Analogous Colors of #bdcce6

#bdcce6 #c3bde6 #bde1e6

Monochromatic Colors of #bdcce6

#bdcce6

Complementary Color

#bdcce6 #e6d7bd

#bdcce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcce6 Color CSS Codes

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

#bdcce6 Text Font Color

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

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


#bdcce6 Background Color

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

This div background color is #bdcce6


#bdcce6 Border Color

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

This div border color is #bdcce6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,204,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdcce6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdcce6;
  -webkit-box-shadow: 1px 1px 3px 2px #bdcce6;
  box-shadow:         1px 1px 3px 2px #bdcce6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,204,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcce6


Comments

No comments written yet.

Please login to write comment.