Color Hex Logo

#bdccd7 Color Hex

#BDCCD7
(189,204,215)
0 Favorites   0 Comments

Color spaces of #bdccd7

RGB 189204215
HSL0.570.250.79
HSV205°12°84°
CMYK 0.120.050.00   0.16
XYZ54.844958.910872.7703
Yxy58.91080.29400.3158
Hunter Lab76.7534-6.7694-2.4858
CIE-Lab81.2425-2.8845-7.2021

#bdccd7 color RGB value is (189,204,215).

#bdccd7 hex color red value is 189, green value is 204 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bdccd7 hue: 0.57 , saturation: 0.25 and the lightness value of bdccd7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11010111
Octal 275 314 327
Decimal 189 204 215
Hex BD CC D7

RGB Percentages of Color #bdccd7

%31.09
%33.55
%35.36

CMYK Percentages of Color #bdccd7

%12
%5
%0
%16

Triadic Colors of #bdccd7

#bdccd7 #d7bdcc #ccd7bd

Analogous Colors of #bdccd7

#bdccd7 #bdbfd7 #bdd7d5

Monochromatic Colors of #bdccd7

#bdccd7

Complementary Color

#bdccd7 #d7c8bd

#bdccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccd7 Color CSS Codes

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

#bdccd7 Text Font Color

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

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


#bdccd7 Background Color

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

This div background color is #bdccd7


#bdccd7 Border Color

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

This div border color is #bdccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccd7

#bdccd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.