#BF86BE

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

Shades of London Hue #BF86BE

Tints of London Hue #BF86BE

Color information

#BF86BE (or 0xBF86BE) is unknown color: approx London Hue. HEX triplet: BF, 86 and BE. RGB value is (191,134,190). Sum of RGB (Red+Green+Blue) = 191+134+190=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86BE is #407941. Grayscale: #9D9D9D. Windows color (decimal): -4225346 or 12486335. OLE color: 12486335.

HSL color Cylindrical-coordinate representation of color #BF86BE: hue angle of 301.05º 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 #BF86BE is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191134190-
CMYK00.300.010.25
HSL301.05º30.81%63.73%-
HSV(B)301.05º29.84%74.9%-
XYZ39.3131.8452.79-
YUV157.43146.38151.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=37.09%
G=26.02%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113419000.300.010.25301.0530.8163.73
HexBF86BE01E11912d1f40
Octal27720627603613145537100
Binary101111111000011010111110011110111001100101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86BE; }

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

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

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

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

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

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

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

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