#BF85BE

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

Shades of London Hue #BF85BE

Tints of London Hue #BF85BE

Color information

#BF85BE (or 0xBF85BE) is unknown color: approx London Hue. HEX triplet: BF, 85 and BE. RGB value is (191,133,190). Sum of RGB (Red+Green+Blue) = 191+133+190=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85BE is #407A41. Grayscale: #9C9C9C. Windows color (decimal): -4225602 or 12486079. OLE color: 12486079.

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

Color convert

RGB191133190-
CMYK00.300.010.25
HSL301.03º31.18%63.53%-
HSV(B)301.03º30.37%74.9%-
XYZ39.1731.5752.74-
YUV156.84146.72152.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=37.16%
G=25.88%
B=36.96%

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
Decimal19113319000.300.010.25301.0331.1863.53
HexBF85BE01E11912d1f40
Octal27720527603613145537100
Binary101111111000010110111110011110111001100101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85BE; }

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

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

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

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

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

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

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

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