Color Hex Logo

#b2c3ce Color Hex

#B2C3CE
(178,195,206)
0 Favorites   0 Comments

Color spaces of #b2c3ce

RGB 178195206
HSL0.570.220.75
HSV204°14°81°
CMYK 0.140.050.00   0.19
XYZ49.015852.951466.0298
Yxy52.95140.29180.3152
Hunter Lab72.7677-7.1072-2.8627
CIE-Lab77.8463-3.5485-7.4829

#b2c3ce color RGB value is (178,195,206).

#b2c3ce hex color red value is 178, green value is 195 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2c3ce hue: 0.57 , saturation: 0.22 and the lightness value of b2c3ce is 0.75.

The process color (four color CMYK) of #b2c3ce color hex is 0.14, 0.05, 0.00, 0.19. Web safe color of #b2c3ce is #99cccc. Color #b2c3ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000011 11001110
Octal 262 303 316
Decimal 178 195 206
Hex B2 C3 CE

RGB Percentages of Color #b2c3ce

%30.74
%33.68
%35.58

CMYK Percentages of Color #b2c3ce

%14
%5
%0
%19

Triadic Colors of #b2c3ce

#b2c3ce #ceb2c3 #c3ceb2

Analogous Colors of #b2c3ce

#b2c3ce #b2b5ce #b2cecb

Monochromatic Colors of #b2c3ce

#b2c3ce

Complementary Color

#b2c3ce #cebdb2

#b2c3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c3ce Color CSS Codes

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

#b2c3ce Text Font Color

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

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


#b2c3ce Background Color

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

This div background color is #b2c3ce


#b2c3ce Border Color

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

This div border color is #b2c3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c3ce


Comments

No comments written yet.

Please login to write comment.