Color Hex Logo

#b9bcca Color Hex

#B9BCCA
(185,188,202)
0 Favorites   0 Comments

Color spaces of #b9bcca

RGB 185188202
HSL0.640.140.76
HSV229°79°
CMYK 0.080.070.00   0.21
XYZ48.651550.545063.0691
Yxy50.54500.29980.3115
Hunter Lab71.0950-2.2657-2.8303
CIE-Lab76.40261.6786-7.4031

#b9bcca color RGB value is (185,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111100 11001010
Octal 271 274 312
Decimal 185 188 202
Hex B9 BC CA

RGB Percentages of Color #b9bcca

%32.17
%32.70
%35.13

CMYK Percentages of Color #b9bcca

%8
%7
%0
%21

Triadic Colors of #b9bcca

#b9bcca #cab9bc #bccab9

Analogous Colors of #b9bcca

#b9bcca #bfb9ca #b9c5ca

Monochromatic Colors of #b9bcca

#b9bcca

Complementary Color

#b9bcca #cac7b9

#b9bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bcca Color CSS Codes

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

#b9bcca Text Font Color

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

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


#b9bcca Background Color

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

This div background color is #b9bcca


#b9bcca Border Color

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

This div border color is #b9bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bcca


Comments

No comments written yet.

Please login to write comment.