#BF84B7

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

Shades of London Hue #BF84B7

Tints of London Hue #BF84B7

Color information

#BF84B7 (or 0xBF84B7) is unknown color: approx London Hue. HEX triplet: BF, 84 and B7. RGB value is (191,132,183). Sum of RGB (Red+Green+Blue) = 191+132+183=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84B7 is #407B48. Grayscale: #9B9B9B. Windows color (decimal): -4225865 or 12027071. OLE color: 12027071.

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

Color convert

RGB191132183-
CMYK00.310.040.25
HSL308.14º31.55%63.33%-
HSV(B)308.14º30.89%74.9%-
XYZ38.283148.77-
YUV155.45143.55153.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=37.75%
G=26.09%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113218300.310.040.25308.1431.5563.33
HexBF84B701F419134203f
Octal2772042670374314644077
Binary10111111100001001011011101111110011001100110100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84B7; }

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

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

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

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

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

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

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

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