#BF8EB8

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

Shades of London Hue #BF8EB8

Tints of London Hue #BF8EB8

Color information

#BF8EB8 (or 0xBF8EB8) is unknown color: approx London Hue. HEX triplet: BF, 8E and B8. RGB value is (191,142,184). Sum of RGB (Red+Green+Blue) = 191+142+184=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EB8 is #407147. Grayscale: #A1A1A1. Windows color (decimal): -4223304 or 12095167. OLE color: 12095167.

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

Color convert

RGB191142184-
CMYK00.260.040.25
HSL308.57º27.68%65.29%-
HSV(B)308.57º25.65%74.9%-
XYZ39.8133.8849.79-
YUV161.44140.73149.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=36.94%
G=27.47%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114218400.260.040.25308.5727.6865.29
HexBF8EB801A4191351c41
Octal27721627003243146534101
Binary10111111100011101011100001101010011001100110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EB8; }

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

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

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

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

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

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

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

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