Color Hex Logo

#bbcbce Color Hex

#BBCBCE
(187,203,206)
0 Favorites   0 Comments

Color spaces of #bbcbce

RGB 187203206
HSL0.530.160.77
HSV189°81°
CMYK 0.090.010.00   0.19
XYZ52.990057.732966.7432
Yxy57.73290.29860.3253
Hunter Lab75.9822-8.48281.1068
CIE-Lab80.5901-4.8188-3.3598

#bbcbce color RGB value is (187,203,206).

#bbcbce hex color red value is 187, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbcbce hue: 0.53 , saturation: 0.16 and the lightness value of bbcbce is 0.77.

The process color (four color CMYK) of #bbcbce color hex is 0.09, 0.01, 0.00, 0.19. Web safe color of #bbcbce is #cccccc. Color #bbcbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 11001110
Octal 273 313 316
Decimal 187 203 206
Hex BB CB CE

RGB Percentages of Color #bbcbce

%31.38
%34.06
%34.56

CMYK Percentages of Color #bbcbce

%9
%1
%0
%19

Triadic Colors of #bbcbce

#bbcbce #cebbcb #cbcebb

Analogous Colors of #bbcbce

#bbcbce #bbc2ce #bbcec8

Monochromatic Colors of #bbcbce

#bbcbce

Complementary Color

#bbcbce #cebebb

#bbcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcbce Color CSS Codes

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

#bbcbce Text Font Color

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

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


#bbcbce Background Color

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

This div background color is #bbcbce


#bbcbce Border Color

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

This div border color is #bbcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcbce

#bbcbce Color Palettes


Comments

No comments written yet.

Please login to write comment.