#BF86BC

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

Shades of London Hue #BF86BC

Tints of London Hue #BF86BC

Color information

#BF86BC (or 0xBF86BC) is unknown color: approx London Hue. HEX triplet: BF, 86 and BC. RGB value is (191,134,188). Sum of RGB (Red+Green+Blue) = 191+134+188=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86BC is #407943. Grayscale: #9D9D9D. Windows color (decimal): -4225348 or 12355263. OLE color: 12355263.

HSL color Cylindrical-coordinate representation of color #BF86BC: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF86BC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191134188-
CMYK00.300.020.25
HSL303.16º30.81%63.73%-
HSV(B)303.16º29.84%74.9%-
XYZ39.0931.7651.65-
YUV157.2145.38152.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=37.23%
G=26.12%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113418800.300.020.25303.1630.8163.73
HexBF86BC01E21912f1f40
Octal27720627403623145737100
Binary1011111110000110101111000111101011001100101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86BC; }

 p { color: rgb(191,134,188); }

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

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

 a { background-color: rgb(191,134,188); }

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

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

 span { border-color: rgb(191,134,188); }

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