#BF8FBA

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

Shades of London Hue #BF8FBA

Tints of London Hue #BF8FBA

Color information

#BF8FBA (or 0xBF8FBA) is unknown color: approx London Hue. HEX triplet: BF, 8F and BA. RGB value is (191,143,186). Sum of RGB (Red+Green+Blue) = 191+143+186=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBA is #407045. Grayscale: #A2A2A2. Windows color (decimal): -4223046 or 12226495. OLE color: 12226495.

HSL color Cylindrical-coordinate representation of color #BF8FBA: hue angle of 306.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FBA is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191143186-
CMYK00.250.030.25
HSL306.25º27.27%65.49%-
HSV(B)306.25º25.13%74.9%-
XYZ40.1734.2750.95-
YUV162.25141.4148.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=36.73%
G=27.5%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114318600.250.030.25306.2527.2765.49
HexBF8FBA0193191321b41
Octal27721727203133146233101
Binary1011111110001111101110100110011111001100110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FBA; }

 p { color: rgb(191,143,186); }

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

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

 a { background-color: rgb(191,143,186); }

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

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

 span { border-color: rgb(191,143,186); }

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