Color Hex Logo

#bf9bcc Color Hex

#BF9BCC
(191,155,204)
0 Favorites   0 Comments

Color spaces of #bf9bcc

RGB 191155204
HSL0.790.320.70
HSV284°24°80°
CMYK 0.060.240.00   0.20
XYZ44.106338.878762.3064
Yxy38.87870.30360.2676
Hunter Lab62.352817.1476-15.5989
CIE-Lab68.663322.1728-20.0719

#bf9bcc color RGB value is (191,155,204).

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

The process color (four color CMYK) of #bf9bcc color hex is 0.06, 0.24, 0.00, 0.20. Web safe color of #bf9bcc is #cc99cc. Color #bf9bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011011 11001100
Octal 277 233 314
Decimal 191 155 204
Hex BF 9B CC

RGB Percentages of Color #bf9bcc

%34.73
%28.18
%37.09

CMYK Percentages of Color #bf9bcc

%6
%24
%0
%20

Triadic Colors of #bf9bcc

#bf9bcc #ccbf9b #9bccbf

Analogous Colors of #bf9bcc

#bf9bcc #cc9bc1 #a79bcc

Monochromatic Colors of #bf9bcc

#bf9bcc

Complementary Color

#bf9bcc #a8cc9b

#bf9bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9bcc Color CSS Codes

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

#bf9bcc Text Font Color

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

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


#bf9bcc Background Color

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

This div background color is #bf9bcc


#bf9bcc Border Color

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

This div border color is #bf9bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9bcc


Comments

No comments written yet.

Please login to write comment.