Color Hex Logo

#b2ccbe Color Hex

#B2CCBE
(178,204,190)
0 Favorites   0 Comments

Color spaces of #b2ccbe

RGB 178204190
HSL0.410.200.75
HSV148°13°80°
CMYK 0.130.000.07   0.20
XYZ49.247256.368456.9998
Yxy56.36840.30280.3466
Hunter Lab75.0789-14.30297.5423
CIE-Lab79.8230-11.43894.0235

#b2ccbe color RGB value is (178,204,190).

#b2ccbe hex color red value is 178, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b2ccbe hue: 0.41 , saturation: 0.20 and the lightness value of b2ccbe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 10111110
Octal 262 314 276
Decimal 178 204 190
Hex B2 CC BE

RGB Percentages of Color #b2ccbe

%31.12
%35.66
%33.22

CMYK Percentages of Color #b2ccbe

%13
%0
%7
%20

Triadic Colors of #b2ccbe

#b2ccbe #beb2cc #ccbeb2

Analogous Colors of #b2ccbe

#b2ccbe #b2cccb #b3ccb2

Monochromatic Colors of #b2ccbe

#b2ccbe

Complementary Color

#b2ccbe #ccb2c0

#b2ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccbe Color CSS Codes

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

#b2ccbe Text Font Color

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

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


#b2ccbe Background Color

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

This div background color is #b2ccbe


#b2ccbe Border Color

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

This div border color is #b2ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccbe


Comments

No comments written yet.

Please login to write comment.