Color Hex Logo

#bccac6 Color Hex

#BCCAC6
(188,202,198)
0 Favorites   0 Comments

Color spaces of #bccac6

RGB 188202198
HSL0.450.120.76
HSV163°79°
CMYK 0.070.000.02   0.21
XYZ52.052657.009661.6866
Yxy57.00960.30480.3339
Hunter Lab75.5047-9.07614.4139
CIE-Lab80.1850-5.51390.3455

#bccac6 color RGB value is (188,202,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11000110
Octal 274 312 306
Decimal 188 202 198
Hex BC CA C6

RGB Percentages of Color #bccac6

%31.97
%34.35
%33.67

CMYK Percentages of Color #bccac6

%7
%0
%2
%21

Triadic Colors of #bccac6

#bccac6 #c6bcca #cac6bc

Analogous Colors of #bccac6

#bccac6 #bcc7ca #bccabf

Monochromatic Colors of #bccac6

#bccac6

Complementary Color

#bccac6 #cabcc0

#bccac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccac6 Color CSS Codes

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

#bccac6 Text Font Color

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

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


#bccac6 Background Color

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

This div background color is #bccac6


#bccac6 Border Color

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

This div border color is #bccac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccac6


Comments

No comments written yet.

Please login to write comment.