#BF8EB4

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

Shades of London Hue #BF8EB4

Tints of London Hue #BF8EB4

Color information

#BF8EB4 (or 0xBF8EB4) is unknown color: approx London Hue. HEX triplet: BF, 8E and B4. RGB value is (191,142,180). Sum of RGB (Red+Green+Blue) = 191+142+180=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EB4 is #40714B. Grayscale: #A0A0A0. Windows color (decimal): -4223308 or 11833023. OLE color: 11833023.

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

Color convert

RGB191142180-
CMYK00.260.060.25
HSL313.47º27.68%65.29%-
HSV(B)313.47º25.65%74.9%-
XYZ39.433.7247.61-
YUV160.98138.73149.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=37.23%
G=27.68%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114218000.260.060.25313.4727.6865.29
HexBF8EB401A6191391c41
Octal27721626403263147134101
Binary10111111100011101011010001101011011001100111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EB4; }

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

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

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

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

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

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

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

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