Color Hex Logo

#bccabb Color Hex

#BCCABB
(188,202,187)
0 Favorites   0 Comments

Color spaces of #bccabb

RGB 188202187
HSL0.320.120.76
HSV116°79°
CMYK 0.070.000.07   0.21
XYZ50.829256.520355.2442
Yxy56.52030.31260.3476
Hunter Lab75.1800-10.88119.0582
CIE-Lab79.9090-7.55465.8439

#bccabb color RGB value is (188,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10111011
Octal 274 312 273
Decimal 188 202 187
Hex BC CA BB

RGB Percentages of Color #bccabb

%32.58
%35.01
%32.41

CMYK Percentages of Color #bccabb

%7
%0
%7
%21

Triadic Colors of #bccabb

#bccabb #bbbcca #cabbbc

Analogous Colors of #bccabb

#bccabb #bbcac2 #c4cabb

Monochromatic Colors of #bccabb

#bccabb

Complementary Color

#bccabb #c9bbca

#bccabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccabb Color CSS Codes

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

#bccabb Text Font Color

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

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


#bccabb Background Color

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

This div background color is #bccabb


#bccabb Border Color

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

This div border color is #bccabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccabb


Comments

No comments written yet.

Please login to write comment.