#BF84BE

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

Shades of London Hue #BF84BE

Tints of London Hue #BF84BE

Color information

#BF84BE (or 0xBF84BE) is unknown color: approx London Hue. HEX triplet: BF, 84 and BE. RGB value is (191,132,190). Sum of RGB (Red+Green+Blue) = 191+132+190=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84BE is #407B41. Grayscale: #9C9C9C. Windows color (decimal): -4225858 or 12485823. OLE color: 12485823.

HSL color Cylindrical-coordinate representation of color #BF84BE: hue angle of 301.02º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF84BE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191132190-
CMYK00.310.010.25
HSL301.02º31.55%63.33%-
HSV(B)301.02º30.89%74.9%-
XYZ39.0331.352.7-
YUV156.25147.05152.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=37.23%
G=25.73%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113219000.310.010.25301.0231.5563.33
HexBF84BE01F11912d203f
Octal2772042760371314554077
Binary101111111000010010111110011111111001100101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84BE; }

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

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

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

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

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

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

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

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