Color Hex Logo

#bccab5 Color Hex

#BCCAB5
(188,202,181)
0 Favorites   0 Comments

Color spaces of #bccab5

RGB 188202181
HSL0.280.170.75
HSV100°10°79°
CMYK 0.070.000.10   0.21
XYZ50.200156.268651.9312
Yxy56.26860.31690.3552
Hunter Lab75.0124-11.815211.4621
CIE-Lab79.7664-8.62148.8528

#bccab5 color RGB value is (188,202,181).

#bccab5 hex color red value is 188, green value is 202 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bccab5 hue: 0.28 , saturation: 0.17 and the lightness value of bccab5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10110101
Octal 274 312 265
Decimal 188 202 181
Hex BC CA B5

RGB Percentages of Color #bccab5

%32.92
%35.38
%31.70

CMYK Percentages of Color #bccab5

%7
%0
%10
%21

Triadic Colors of #bccab5

#bccab5 #b5bcca #cab5bc

Analogous Colors of #bccab5

#bccab5 #b5cab9 #c7cab5

Monochromatic Colors of #bccab5

#bccab5

Complementary Color

#bccab5 #c3b5ca

#bccab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccab5 Color CSS Codes

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

#bccab5 Text Font Color

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

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


#bccab5 Background Color

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

This div background color is #bccab5


#bccab5 Border Color

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

This div border color is #bccab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccab5


Comments

No comments written yet.

Please login to write comment.