Color Hex Logo

#bc99af Color Hex

#BC99AF
(188,153,175)
0 Favorites   0 Comments

Color spaces of #bc99af

RGB 188153175
HSL0.900.210.67
HSV322°19°74°
CMYK 0.000.190.07   0.26
XYZ39.868136.569045.5147
Yxy36.56900.32690.2999
Hunter Lab60.472311.8547-2.2942
CIE-Lab66.952416.7286-6.5197

#bc99af color RGB value is (188,153,175).

#bc99af hex color red value is 188, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc99af hue: 0.90 , saturation: 0.21 and the lightness value of bc99af is 0.67.

The process color (four color CMYK) of #bc99af color hex is 0.00, 0.19, 0.07, 0.26. Web safe color of #bc99af is #cc9999. Color #bc99af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 10101111
Octal 274 231 257
Decimal 188 153 175
Hex BC 99 AF

RGB Percentages of Color #bc99af

%36.43
%29.65
%33.91

CMYK Percentages of Color #bc99af

%0
%19
%7
%26

Triadic Colors of #bc99af

#bc99af #afbc99 #99afbc

Analogous Colors of #bc99af

#bc99af #bc999e #b899bc

Monochromatic Colors of #bc99af

#bc99af

Complementary Color

#bc99af #99bca6

#bc99af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc99af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc99af Color CSS Codes

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

#bc99af Text Font Color

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

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


#bc99af Background Color

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

This div background color is #bc99af


#bc99af Border Color

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

This div border color is #bc99af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc99af


Comments

No comments written yet.

Please login to write comment.