Color Hex Logo

#bdccd9 Color Hex

#BDCCD9
(189,204,217)
0 Favorites   0 Comments

Color spaces of #bdccd9

RGB 189204217
HSL0.580.270.80
HSV208°13°85°
CMYK 0.130.060.00   0.15
XYZ55.103559.014374.1323
Yxy59.01430.29270.3135
Hunter Lab76.8208-6.3984-3.4405
CIE-Lab81.2995-2.4766-8.1882

#bdccd9 color RGB value is (189,204,217).

#bdccd9 hex color red value is 189, green value is 204 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bdccd9 hue: 0.58 , saturation: 0.27 and the lightness value of bdccd9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11011001
Octal 275 314 331
Decimal 189 204 217
Hex BD CC D9

RGB Percentages of Color #bdccd9

%30.98
%33.44
%35.57

CMYK Percentages of Color #bdccd9

%13
%6
%0
%15

Triadic Colors of #bdccd9

#bdccd9 #d9bdcc #ccd9bd

Analogous Colors of #bdccd9

#bdccd9 #bdbed9 #bdd9d8

Monochromatic Colors of #bdccd9

#bdccd9

Complementary Color

#bdccd9 #d9cabd

#bdccd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccd9 Color CSS Codes

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

#bdccd9 Text Font Color

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

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


#bdccd9 Background Color

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

This div background color is #bdccd9


#bdccd9 Border Color

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

This div border color is #bdccd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccd9


Comments

No comments written yet.

Please login to write comment.