#BF91B6

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

Shades of London Hue #BF91B6

Tints of London Hue #BF91B6

Color information

#BF91B6 (or 0xBF91B6) is unknown color: approx London Hue. HEX triplet: BF, 91 and B6. RGB value is (191,145,182). Sum of RGB (Red+Green+Blue) = 191+145+182=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91B6 is #406E49. Grayscale: #A2A2A2. Windows color (decimal): -4222538 or 11964863. OLE color: 11964863.

HSL color Cylindrical-coordinate representation of color #BF91B6: hue angle of 311.74º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF91B6 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191145182-
CMYK00.240.050.25
HSL311.74º26.44%65.88%-
HSV(B)311.74º24.08%74.9%-
XYZ40.0534.748.84-
YUV162.97138.74147.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=36.87%
G=27.99%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114518200.240.050.25311.7426.4465.88
HexBF91B60185191381a42
Octal27722126603053147032102
Binary10111111100100011011011001100010111001100111000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91B6; }

 p { color: rgb(191,145,182); }

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

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

 a { background-color: rgb(191,145,182); }

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

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

 span { border-color: rgb(191,145,182); }

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