Color Hex Logo

#bccbce Color Hex

#BCCBCE
(188,203,206)
0 Favorites   0 Comments

Color spaces of #bccbce

RGB 188203206
HSL0.530.160.77
HSV190°81°
CMYK 0.090.010.00   0.19
XYZ53.235657.859566.7547
Yxy57.85950.29930.3253
Hunter Lab76.0654-8.18841.2132
CIE-Lab80.6606-4.4881-3.2479

#bccbce color RGB value is (188,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11001110
Octal 274 313 316
Decimal 188 203 206
Hex BC CB CE

RGB Percentages of Color #bccbce

%31.49
%34.00
%34.51

CMYK Percentages of Color #bccbce

%9
%1
%0
%19

Triadic Colors of #bccbce

#bccbce #cebccb #cbcebc

Analogous Colors of #bccbce

#bccbce #bcc2ce #bccec8

Monochromatic Colors of #bccbce

#bccbce

Complementary Color

#bccbce #cebfbc

#bccbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbce Color CSS Codes

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

#bccbce Text Font Color

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

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


#bccbce Background Color

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

This div background color is #bccbce


#bccbce Border Color

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

This div border color is #bccbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbce


Comments

No comments written yet.

Please login to write comment.