Color Hex Logo

#b6ccbe Color Hex

#B6CCBE
(182,204,190)
0 Favorites   0 Comments

Color spaces of #b6ccbe

RGB 182204190
HSL0.390.180.76
HSV142°11°80°
CMYK 0.110.000.07   0.20
XYZ50.178556.848557.0434
Yxy56.84850.30580.3465
Hunter Lab75.3979-13.15197.9219
CIE-Lab80.0943-10.09264.4501

#b6ccbe color RGB value is (182,204,190).

#b6ccbe hex color red value is 182, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b6ccbe hue: 0.39 , saturation: 0.18 and the lightness value of b6ccbe is 0.76.

The process color (four color CMYK) of #b6ccbe color hex is 0.11, 0.00, 0.07, 0.20. Web safe color of #b6ccbe is #cccccc. Color #b6ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 10111110
Octal 266 314 276
Decimal 182 204 190
Hex B6 CC BE

RGB Percentages of Color #b6ccbe

%31.60
%35.42
%32.99

CMYK Percentages of Color #b6ccbe

%11
%0
%7
%20

Triadic Colors of #b6ccbe

#b6ccbe #beb6cc #ccbeb6

Analogous Colors of #b6ccbe

#b6ccbe #b6ccc9 #b9ccb6

Monochromatic Colors of #b6ccbe

#b6ccbe

Complementary Color

#b6ccbe #ccb6c4

#b6ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccbe Color CSS Codes

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

#b6ccbe Text Font Color

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

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


#b6ccbe Background Color

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

This div background color is #b6ccbe


#b6ccbe Border Color

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

This div border color is #b6ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccbe


Comments

No comments written yet.

Please login to write comment.