Color Hex Logo

#b0cbce Color Hex

#B0CBCE
(176,203,206)
0 Favorites   0 Comments

Color spaces of #b0cbce

RGB 176203206
HSL0.520.230.75
HSV186°15°81°
CMYK 0.150.010.00   0.19
XYZ50.401056.398266.6220
Yxy56.39820.29060.3252
Hunter Lab75.0987-11.6261-0.0286
CIE-Lab79.8399-8.3996-4.5502

#b0cbce color RGB value is (176,203,206).

#b0cbce hex color red value is 176, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b0cbce hue: 0.52 , saturation: 0.23 and the lightness value of b0cbce is 0.75.

The process color (four color CMYK) of #b0cbce color hex is 0.15, 0.01, 0.00, 0.19. Web safe color of #b0cbce is #99cccc. Color #b0cbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001011 11001110
Octal 260 313 316
Decimal 176 203 206
Hex B0 CB CE

RGB Percentages of Color #b0cbce

%30.09
%34.70
%35.21

CMYK Percentages of Color #b0cbce

%15
%1
%0
%19

Triadic Colors of #b0cbce

#b0cbce #ceb0cb #cbceb0

Analogous Colors of #b0cbce

#b0cbce #b0bcce #b0cec2

Monochromatic Colors of #b0cbce

#b0cbce

Complementary Color

#b0cbce #ceb3b0

#b0cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cbce Color CSS Codes

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

#b0cbce Text Font Color

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

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


#b0cbce Background Color

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

This div background color is #b0cbce


#b0cbce Border Color

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

This div border color is #b0cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cbce


Comments

No comments written yet.

Please login to write comment.