Color Hex Logo

#bccbbc Color Hex

#BCCBBC
(188,203,188)
0 Favorites   0 Comments

Color spaces of #bccbbc

RGB 188203188
HSL0.330.130.77
HSV120°80°
CMYK 0.070.000.07   0.20
XYZ51.172157.034155.8886
Yxy57.03410.31180.3476
Hunter Lab75.5209-11.21218.9876
CIE-Lab80.1988-7.89305.7256

#bccbbc color RGB value is (188,203,188).

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

The process color (four color CMYK) of #bccbbc color hex is 0.07, 0.00, 0.07, 0.20. Web safe color of #bccbbc is #cccccc. Color #bccbbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 10111100
Octal 274 313 274
Decimal 188 203 188
Hex BC CB BC

RGB Percentages of Color #bccbbc

%32.47
%35.06
%32.47

CMYK Percentages of Color #bccbbc

%7
%0
%7
%20

Triadic Colors of #bccbbc

#bccbbc #bcbccb #cbbcbc

Analogous Colors of #bccbbc

#bccbbc #bccbc4 #c4cbbc

Monochromatic Colors of #bccbbc

#bccbbc

Complementary Color

#bccbbc #cbbccb

#bccbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbbc Color CSS Codes

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

#bccbbc Text Font Color

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

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


#bccbbc Background Color

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

This div background color is #bccbbc


#bccbbc Border Color

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

This div border color is #bccbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbbc


Comments

No comments written yet.

Please login to write comment.