Color Hex Logo

#b0bccb Color Hex

#B0BCCB
(176,188,203)
0 Favorites   0 Comments

Color spaces of #b0bccb

RGB 176188203
HSL0.590.210.74
HSV213°13°80°
CMYK 0.130.070.00   0.20
XYZ46.667249.508363.5964
Yxy49.50830.29210.3099
Hunter Lab70.3621-4.7448-4.3354
CIE-Lab75.7665-1.0928-8.9632

#b0bccb color RGB value is (176,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111100 11001011
Octal 260 274 313
Decimal 176 188 203
Hex B0 BC CB

RGB Percentages of Color #b0bccb

%31.04
%33.16
%35.80

CMYK Percentages of Color #b0bccb

%13
%7
%0
%20

Triadic Colors of #b0bccb

#b0bccb #cbb0bc #bccbb0

Analogous Colors of #b0bccb

#b0bccb #b2b0cb #b0cacb

Monochromatic Colors of #b0bccb

#b0bccb

Complementary Color

#b0bccb #cbbfb0

#b0bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bccb Color CSS Codes

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

#b0bccb Text Font Color

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

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


#b0bccb Background Color

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

This div background color is #b0bccb


#b0bccb Border Color

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

This div border color is #b0bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bccb


Comments

No comments written yet.

Please login to write comment.