Color Hex Logo

#bc99ca Color Hex

#BC99CA
(188,153,202)
0 Favorites   0 Comments

Color spaces of #bc99ca

RGB 188153202
HSL0.790.320.70
HSV283°24°79°
CMYK 0.070.240.00   0.21
XYZ42.790937.738160.9060
Yxy37.73810.30250.2668
Hunter Lab61.431316.8319-15.7810
CIE-Lab67.827121.8898-20.2601

#bc99ca color RGB value is (188,153,202).

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

The process color (four color CMYK) of #bc99ca color hex is 0.07, 0.24, 0.00, 0.21. Web safe color of #bc99ca is #cc99cc. Color #bc99ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 11001010
Octal 274 231 312
Decimal 188 153 202
Hex BC 99 CA

RGB Percentages of Color #bc99ca

%34.62
%28.18
%37.20

CMYK Percentages of Color #bc99ca

%7
%24
%0
%21

Triadic Colors of #bc99ca

#bc99ca #cabc99 #99cabc

Analogous Colors of #bc99ca

#bc99ca #ca99c0 #a499ca

Monochromatic Colors of #bc99ca

#bc99ca

Complementary Color

#bc99ca #a7ca99

#bc99ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc99ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc99ca Color CSS Codes

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

#bc99ca Text Font Color

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

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


#bc99ca Background Color

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

This div background color is #bc99ca


#bc99ca Border Color

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

This div border color is #bc99ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc99ca


Comments

No comments written yet.

Please login to write comment.