Color Hex Logo

#bccecf Color Hex

#BCCECF
(188,206,207)
0 Favorites   0 Comments

Color spaces of #bccecf

RGB 188206207
HSL0.510.170.77
HSV183°81°
CMYK 0.090.000.00   0.19
XYZ54.072859.339067.6351
Yxy59.33900.29870.3278
Hunter Lab77.0318-9.50691.8647
CIE-Lab81.4776-5.8602-2.5830

#bccecf color RGB value is (188,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11001111
Octal 274 316 317
Decimal 188 206 207
Hex BC CE CF

RGB Percentages of Color #bccecf

%31.28
%34.28
%34.44

CMYK Percentages of Color #bccecf

%9
%0
%0
%19

Triadic Colors of #bccecf

#bccecf #cfbcce #cecfbc

Analogous Colors of #bccecf

#bccecf #bcc5cf #bccfc7

Monochromatic Colors of #bccecf

#bccecf

Complementary Color

#bccecf #cfbdbc

#bccecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccecf Color CSS Codes

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

#bccecf Text Font Color

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

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


#bccecf Background Color

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

This div background color is #bccecf


#bccecf Border Color

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

This div border color is #bccecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,206,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccecf


Comments

No comments written yet.

Please login to write comment.