Color Hex Logo

#bc98aa Color Hex

#BC98AA
(188,152,170)
0 Favorites   0 Comments

Color spaces of #bc98aa

RGB 188152170
HSL0.920.210.67
HSV330°19°74°
CMYK 0.000.190.10   0.26
XYZ39.223036.050142.9213
Yxy36.05010.33190.3050
Hunter Lab60.041711.5343-0.3547
CIE-Lab66.558216.3981-4.3034

#bc98aa color RGB value is (188,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 10101010
Octal 274 230 252
Decimal 188 152 170
Hex BC 98 AA

RGB Percentages of Color #bc98aa

%36.86
%29.80
%33.33

CMYK Percentages of Color #bc98aa

%0
%19
%10
%26

Triadic Colors of #bc98aa

#bc98aa #aabc98 #98aabc

Analogous Colors of #bc98aa

#bc98aa #bc9898 #bc98bc

Monochromatic Colors of #bc98aa

#bc98aa

Complementary Color

#bc98aa #98bcaa

#bc98aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc98aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc98aa Color CSS Codes

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

#bc98aa Text Font Color

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

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


#bc98aa Background Color

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

This div background color is #bc98aa


#bc98aa Border Color

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

This div border color is #bc98aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc98aa


Comments

No comments written yet.

Please login to write comment.