#BF8EBA

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

Shades of London Hue #BF8EBA

Tints of London Hue #BF8EBA

Color information

#BF8EBA (or 0xBF8EBA) is unknown color: approx London Hue. HEX triplet: BF, 8E and BA. RGB value is (191,142,186). Sum of RGB (Red+Green+Blue) = 191+142+186=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBA is #407145. Grayscale: #A1A1A1. Windows color (decimal): -4223302 or 12226239. OLE color: 12226239.

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

Color convert

RGB191142186-
CMYK00.260.030.25
HSL306.12º27.68%65.29%-
HSV(B)306.12º25.65%74.9%-
XYZ40.0233.9750.9-
YUV161.67141.73148.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=36.80%
G=27.36%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114218600.260.030.25306.1227.6865.29
HexBF8EBA01A3191321c41
Octal27721627203233146234101
Binary1011111110001110101110100110101111001100110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EBA; }

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

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

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

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

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

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

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

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