Color Hex Logo

#bdbcca Color Hex

#BDBCCA
(189,188,202)
0 Favorites   0 Comments

Color spaces of #bdbcca

RGB 189188202
HSL0.680.120.76
HSV244°79°
CMYK 0.060.070.00   0.21
XYZ49.630251.049563.1149
Yxy51.04950.30300.3117
Hunter Lab71.4489-1.0451-2.3600
CIE-Lab76.70903.0221-6.9152

#bdbcca color RGB value is (189,188,202).

#bdbcca hex color red value is 189, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdbcca hue: 0.68 , saturation: 0.12 and the lightness value of bdbcca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11001010
Octal 275 274 312
Decimal 189 188 202
Hex BD BC CA

RGB Percentages of Color #bdbcca

%32.64
%32.47
%34.89

CMYK Percentages of Color #bdbcca

%6
%7
%0
%21

Triadic Colors of #bdbcca

#bdbcca #cabdbc #bccabd

Analogous Colors of #bdbcca

#bdbcca #c4bcca #bcc2ca

Monochromatic Colors of #bdbcca

#bdbcca

Complementary Color

#bdbcca #c9cabc

#bdbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcca Color CSS Codes

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

#bdbcca Text Font Color

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

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


#bdbcca Background Color

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

This div background color is #bdbcca


#bdbcca Border Color

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

This div border color is #bdbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcca


Comments

No comments written yet.

Please login to write comment.