Color Hex Logo

#bc99ef Color Hex

#BC99EF
(188,153,239)
0 Favorites   0 Comments

Color spaces of #bc99ef

RGB 188153239
HSL0.730.730.77
HSV264°36°94°
CMYK 0.210.360.00   0.06
XYZ47.710339.705886.8107
Yxy39.70580.27380.2279
Hunter Lab63.012524.8803-37.5735
CIE-Lab69.259529.8718-38.4541

#bc99ef color RGB value is (188,153,239).

#bc99ef hex color red value is 188, green value is 153 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bc99ef hue: 0.73 , saturation: 0.73 and the lightness value of bc99ef is 0.77.

The process color (four color CMYK) of #bc99ef color hex is 0.21, 0.36, 0.00, 0.06. Web safe color of #bc99ef is #cc99ff. Color #bc99ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 11101111
Octal 274 231 357
Decimal 188 153 239
Hex BC 99 EF

RGB Percentages of Color #bc99ef

%32.41
%26.38
%41.21

CMYK Percentages of Color #bc99ef

%21
%36
%0
%6

Triadic Colors of #bc99ef

#bc99ef #efbc99 #99efbc

Analogous Colors of #bc99ef

#bc99ef #e799ef #99a1ef

Monochromatic Colors of #bc99ef

#bc99ef

Complementary Color

#bc99ef #ccef99

#bc99ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc99ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc99ef Color CSS Codes

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

#bc99ef Text Font Color

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

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


#bc99ef Background Color

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

This div background color is #bc99ef


#bc99ef Border Color

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

This div border color is #bc99ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc99ef


Comments

No comments written yet.

Please login to write comment.