Color Hex Logo

#b3bcca Color Hex

#B3BCCA
(179,188,202)
0 Favorites   0 Comments

Color spaces of #b3bcca

RGB 179188202
HSL0.600.180.75
HSV217°11°79°
CMYK 0.110.070.00   0.21
XYZ47.234349.814463.0027
Yxy49.81440.29510.3112
Hunter Lab70.5793-4.0550-3.5198
CIE-Lab75.9552-0.3150-8.1159

#b3bcca color RGB value is (179,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111100 11001010
Octal 263 274 312
Decimal 179 188 202
Hex B3 BC CA

RGB Percentages of Color #b3bcca

%31.46
%33.04
%35.50

CMYK Percentages of Color #b3bcca

%11
%7
%0
%21

Triadic Colors of #b3bcca

#b3bcca #cab3bc #bccab3

Analogous Colors of #b3bcca

#b3bcca #b6b3ca #b3c8ca

Monochromatic Colors of #b3bcca

#b3bcca

Complementary Color

#b3bcca #cac1b3

#b3bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bcca Color CSS Codes

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

#b3bcca Text Font Color

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

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


#b3bcca Background Color

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

This div background color is #b3bcca


#b3bcca Border Color

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

This div border color is #b3bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bcca


Comments

No comments written yet.

Please login to write comment.