Color Hex Logo

#bccebe Color Hex

#BCCEBE
(188,206,190)
0 Favorites   0 Comments

Color spaces of #bccebe

RGB 188206190
HSL0.350.160.77
HSV127°81°
CMYK 0.090.000.08   0.19
XYZ52.104658.551757.2706
Yxy58.55170.31030.3487
Hunter Lab76.5191-12.36139.1878
CIE-Lab81.0446-9.08275.8747

#bccebe color RGB value is (188,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 10111110
Octal 274 316 276
Decimal 188 206 190
Hex BC CE BE

RGB Percentages of Color #bccebe

%32.19
%35.27
%32.53

CMYK Percentages of Color #bccebe

%9
%0
%8
%19

Triadic Colors of #bccebe

#bccebe #bebcce #cebebc

Analogous Colors of #bccebe

#bccebe #bccec7 #c3cebc

Monochromatic Colors of #bccebe

#bccebe

Complementary Color

#bccebe #cebccc

#bccebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccebe Color CSS Codes

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

#bccebe Text Font Color

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

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


#bccebe Background Color

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

This div background color is #bccebe


#bccebe Border Color

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

This div border color is #bccebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccebe


Comments

No comments written yet.

Please login to write comment.