Color Hex Logo

#bdc5ca Color Hex

#BDC5CA
(189,197,202)
0 Favorites   0 Comments

Color spaces of #bdc5ca

RGB 189197202
HSL0.560.110.77
HSV203°79°
CMYK 0.060.020.00   0.21
XYZ51.613255.015663.7759
Yxy55.01560.30290.3229
Hunter Lab74.1725-5.59200.9413
CIE-Lab79.0503-1.7770-3.4586

#bdc5ca color RGB value is (189,197,202).

#bdc5ca hex color red value is 189, green value is 197 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdc5ca hue: 0.56 , saturation: 0.11 and the lightness value of bdc5ca is 0.77.

The process color (four color CMYK) of #bdc5ca color hex is 0.06, 0.02, 0.00, 0.21. Web safe color of #bdc5ca is #cccccc. Color #bdc5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 11001010
Octal 275 305 312
Decimal 189 197 202
Hex BD C5 CA

RGB Percentages of Color #bdc5ca

%32.14
%33.50
%34.35

CMYK Percentages of Color #bdc5ca

%6
%2
%0
%21

Triadic Colors of #bdc5ca

#bdc5ca #cabdc5 #c5cabd

Analogous Colors of #bdc5ca

#bdc5ca #bdbfca #bdcac9

Monochromatic Colors of #bdc5ca

#bdc5ca

Complementary Color

#bdc5ca #cac2bd

#bdc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc5ca Color CSS Codes

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

#bdc5ca Text Font Color

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

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


#bdc5ca Background Color

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

This div background color is #bdc5ca


#bdc5ca Border Color

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

This div border color is #bdc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc5ca


Comments

No comments written yet.

Please login to write comment.