Color Hex Logo

#bdb2ca Color Hex

#BDB2CA
(189,178,202)
0 Favorites   0 Comments

Color spaces of #bdb2ca

RGB 189178202
HSL0.740.180.75
HSV268°12°79°
CMYK 0.060.120.00   0.21
XYZ47.567346.923962.4273
Yxy46.92390.30310.2990
Hunter Lab68.50104.0741-6.0823
CIE-Lab74.14118.4331-10.7348

#bdb2ca color RGB value is (189,178,202).

#bdb2ca hex color red value is 189, green value is 178 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdb2ca hue: 0.74 , saturation: 0.18 and the lightness value of bdb2ca is 0.75.

The process color (four color CMYK) of #bdb2ca color hex is 0.06, 0.12, 0.00, 0.21. Web safe color of #bdb2ca is #cc99cc. Color #bdb2ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 11001010
Octal 275 262 312
Decimal 189 178 202
Hex BD B2 CA

RGB Percentages of Color #bdb2ca

%33.22
%31.28
%35.50

CMYK Percentages of Color #bdb2ca

%6
%12
%0
%21

Triadic Colors of #bdb2ca

#bdb2ca #cabdb2 #b2cabd

Analogous Colors of #bdb2ca

#bdb2ca #c9b2ca #b2b3ca

Monochromatic Colors of #bdb2ca

#bdb2ca

Complementary Color

#bdb2ca #bfcab2

#bdb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2ca Color CSS Codes

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

#bdb2ca Text Font Color

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

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


#bdb2ca Background Color

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

This div background color is #bdb2ca


#bdb2ca Border Color

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

This div border color is #bdb2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2ca


Comments

No comments written yet.

Please login to write comment.