Color Hex Logo

#bccac7 Color Hex

#BCCAC7
(188,202,199)
0 Favorites   0 Comments

Color spaces of #bccac7

RGB 188202199
HSL0.460.120.76
HSV167°79°
CMYK 0.070.000.01   0.21
XYZ52.168457.055962.2962
Yxy57.05590.30420.3326
Hunter Lab75.5354-8.90613.9766
CIE-Lab80.2110-5.3229-0.1530

#bccac7 color RGB value is (188,202,199).

#bccac7 hex color red value is 188, green value is 202 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bccac7 hue: 0.46 , saturation: 0.12 and the lightness value of bccac7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11000111
Octal 274 312 307
Decimal 188 202 199
Hex BC CA C7

RGB Percentages of Color #bccac7

%31.92
%34.30
%33.79

CMYK Percentages of Color #bccac7

%7
%0
%1
%21

Triadic Colors of #bccac7

#bccac7 #c7bcca #cac7bc

Analogous Colors of #bccac7

#bccac7 #bcc6ca #bccac0

Monochromatic Colors of #bccac7

#bccac7

Complementary Color

#bccac7 #cabcbf

#bccac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccac7 Color CSS Codes

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

#bccac7 Text Font Color

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

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


#bccac7 Background Color

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

This div background color is #bccac7


#bccac7 Border Color

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

This div border color is #bccac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccac7


Comments

No comments written yet.

Please login to write comment.