Color Hex Logo

#b6becb Color Hex

#B6BECB
(182,190,203)
2 Favorites   0 Comments

Color spaces of #b6becb

RGB 182190203
HSL0.600.170.75
HSV217°10°80°
CMYK 0.100.060.00   0.20
XYZ48.484451.083863.8047
Yxy51.08380.29680.3127
Hunter Lab71.4729-3.9903-2.8978
CIE-Lab76.7297-0.1900-7.4847

#b6becb color RGB value is (182,190,203).

#b6becb hex color red value is 182, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b6becb hue: 0.60 , saturation: 0.17 and the lightness value of b6becb is 0.75.

The process color (four color CMYK) of #b6becb color hex is 0.10, 0.06, 0.00, 0.20. Web safe color of #b6becb is #cccccc. Color #b6becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 11001011
Octal 266 276 313
Decimal 182 190 203
Hex B6 BE CB

RGB Percentages of Color #b6becb

%31.65
%33.04
%35.30

CMYK Percentages of Color #b6becb

%10
%6
%0
%20

Triadic Colors of #b6becb

#b6becb #cbb6be #becbb6

Analogous Colors of #b6becb

#b6becb #b9b6cb #b6c9cb

Monochromatic Colors of #b6becb

#b6becb

Complementary Color

#b6becb #cbc3b6

#b6becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6becb Color CSS Codes

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

#b6becb Text Font Color

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

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


#b6becb Background Color

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

This div background color is #b6becb


#b6becb Border Color

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

This div border color is #b6becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6becb

#b6becb Color Palettes


Comments

No comments written yet.

Please login to write comment.