Color Hex Logo

#b0bece Color Hex

#B0BECE
(176,190,206)
0 Favorites   0 Comments

Color spaces of #b0bece

RGB 176190206
HSL0.590.230.75
HSV212°15°81°
CMYK 0.150.080.00   0.19
XYZ47.458550.513265.6412
Yxy50.51320.29010.3087
Hunter Lab71.0726-5.1844-5.0082
CIE-Lab76.3832-1.5342-9.6728

#b0bece color RGB value is (176,190,206).

#b0bece hex color red value is 176, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b0bece hue: 0.59 , saturation: 0.23 and the lightness value of b0bece is 0.75.

The process color (four color CMYK) of #b0bece color hex is 0.15, 0.08, 0.00, 0.19. Web safe color of #b0bece is #99cccc. Color #b0bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111110 11001110
Octal 260 276 316
Decimal 176 190 206
Hex B0 BE CE

RGB Percentages of Color #b0bece

%30.77
%33.22
%36.01

CMYK Percentages of Color #b0bece

%15
%8
%0
%19

Triadic Colors of #b0bece

#b0bece #ceb0be #beceb0

Analogous Colors of #b0bece

#b0bece #b1b0ce #b0cdce

Monochromatic Colors of #b0bece

#b0bece

Complementary Color

#b0bece #cec0b0

#b0bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bece Color CSS Codes

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

#b0bece Text Font Color

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

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


#b0bece Background Color

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

This div background color is #b0bece


#b0bece Border Color

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

This div border color is #b0bece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,190,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0bece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bece


Comments

No comments written yet.

Please login to write comment.