Color Hex Logo

#b0bcca Color Hex

#B0BCCA
(176,188,202)
0 Favorites   0 Comments

Color spaces of #b0bcca

RGB 176188202
HSL0.590.200.74
HSV212°13°79°
CMYK 0.130.070.00   0.21
XYZ46.548449.460862.9706
Yxy49.46080.29280.3111
Hunter Lab70.3284-4.9305-3.8572
CIE-Lab75.7371-1.3013-8.4636

#b0bcca color RGB value is (176,188,202).

#b0bcca hex color red value is 176, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b0bcca hue: 0.59 , saturation: 0.20 and the lightness value of b0bcca is 0.74.

The process color (four color CMYK) of #b0bcca color hex is 0.13, 0.07, 0.00, 0.21. Web safe color of #b0bcca is #99cccc. Color #b0bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111100 11001010
Octal 260 274 312
Decimal 176 188 202
Hex B0 BC CA

RGB Percentages of Color #b0bcca

%31.10
%33.22
%35.69

CMYK Percentages of Color #b0bcca

%13
%7
%0
%21

Triadic Colors of #b0bcca

#b0bcca #cab0bc #bccab0

Analogous Colors of #b0bcca

#b0bcca #b1b0ca #b0c9ca

Monochromatic Colors of #b0bcca

#b0bcca

Complementary Color

#b0bcca #cabeb0

#b0bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bcca Color CSS Codes

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

#b0bcca Text Font Color

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

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


#b0bcca Background Color

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

This div background color is #b0bcca


#b0bcca Border Color

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

This div border color is #b0bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bcca


Comments

No comments written yet.

Please login to write comment.