Color Hex Logo

#bf99ce Color Hex

#BF99CE
(191,153,206)
0 Favorites   0 Comments

Color spaces of #bf99ce

RGB 191153206
HSL0.790.350.70
HSV283°26°81°
CMYK 0.070.260.00   0.19
XYZ44.017738.315163.4681
Yxy38.31510.30190.2628
Hunter Lab61.899218.6112-17.4633
CIE-Lab68.252223.6853-21.8063

#bf99ce color RGB value is (191,153,206).

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

The process color (four color CMYK) of #bf99ce color hex is 0.07, 0.26, 0.00, 0.19. Web safe color of #bf99ce is #cc99cc. Color #bf99ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011001 11001110
Octal 277 231 316
Decimal 191 153 206
Hex BF 99 CE

RGB Percentages of Color #bf99ce

%34.73
%27.82
%37.45

CMYK Percentages of Color #bf99ce

%7
%26
%0
%19

Triadic Colors of #bf99ce

#bf99ce #cebf99 #99cebf

Analogous Colors of #bf99ce

#bf99ce #ce99c3 #a599ce

Monochromatic Colors of #bf99ce

#bf99ce

Complementary Color

#bf99ce #a8ce99

#bf99ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf99ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf99ce Color CSS Codes

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

#bf99ce Text Font Color

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

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


#bf99ce Background Color

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

This div background color is #bf99ce


#bf99ce Border Color

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

This div border color is #bf99ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf99ce


Comments

No comments written yet.

Please login to write comment.