#BF8CB7

Color #BF8CB7 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BF8CB7

Tints of London Hue #BF8CB7

Color information

#BF8CB7 (or 0xBF8CB7) is unknown color: approx London Hue. HEX triplet: BF, 8C and B7. RGB value is (191,140,183). Sum of RGB (Red+Green+Blue) = 191+140+183=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CB7 is #407348. Grayscale: #A0A0A0. Windows color (decimal): -4223817 or 12029119. OLE color: 12029119.

HSL color Cylindrical-coordinate representation of color #BF8CB7: hue angle of 309.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8CB7 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191140183-
CMYK00.270.040.25
HSL309.41º28.49%64.9%-
HSV(B)309.41º26.7%74.9%-
XYZ39.4133.2549.14-
YUV160.15140.9150-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=37.16%
G=27.24%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114018300.270.040.25309.4128.4964.9
HexBF8CB701B4191351c41
Octal27721426703343146534101
Binary10111111100011001011011101101110011001100110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CB7; }

 p { color: rgb(191,140,183); }

 H1.HeaderClassName
 {
   color: #BF8CB7;
 }
 .AnyTagClassName
 {
   color: #BF8CB7;
 }
</style>
background-color css

<style>
 a { background-color: #BF8CB7; }

 a { background-color: rgb(191,140,183); }

 div.DivClassName
 {
   background-color: #BF8CB7;
 }
 .BgClassName
 {
   background-color: #BF8CB7;
 }
</style>
border-color css

<style>
 span { border-color: #BF8CB7; }

 span { border-color: rgb(191,140,183); }

 td.TdClassName
 {
   border-color: #BF8CB7;
 }
 .TagClassName
 {
   border-color: #BF8CB7;
 }
</style>