#BF8EB6

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

Shades of London Hue #BF8EB6

Tints of London Hue #BF8EB6

Color information

#BF8EB6 (or 0xBF8EB6) is unknown color: approx London Hue. HEX triplet: BF, 8E and B6. RGB value is (191,142,182). Sum of RGB (Red+Green+Blue) = 191+142+182=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EB6 is #407149. Grayscale: #A1A1A1. Windows color (decimal): -4223306 or 11964095. OLE color: 11964095.

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

Color convert

RGB191142182-
CMYK00.260.050.25
HSL311.02º27.68%65.29%-
HSV(B)311.02º25.65%74.9%-
XYZ39.633.848.69-
YUV161.21139.73149.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=37.09%
G=27.57%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114218200.260.050.25311.0227.6865.29
HexBF8EB601A5191371c41
Octal27721626603253146734101
Binary10111111100011101011011001101010111001100110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EB6; }

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

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

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

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

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

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

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

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