#BF8BBB

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

Shades of London Hue #BF8BBB

Tints of London Hue #BF8BBB

Color information

#BF8BBB (or 0xBF8BBB) is unknown color: approx London Hue. HEX triplet: BF, 8B and BB. RGB value is (191,139,187). Sum of RGB (Red+Green+Blue) = 191+139+187=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BBB is #407444. Grayscale: #9F9F9F. Windows color (decimal): -4224069 or 12291007. OLE color: 12291007.

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

Color convert

RGB191139187-
CMYK00.270.020.25
HSL304.62º28.89%64.71%-
HSV(B)304.62º27.23%74.9%-
XYZ39.6933.1351.32-
YUV160.02143.23150.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=36.94%
G=26.89%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113918700.270.020.25304.6228.8964.71
HexBF8BBB01B2191311d41
Octal27721327303323146135101
Binary1011111110001011101110110110111011001100110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BBB; }

 p { color: rgb(191,139,187); }

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

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

 a { background-color: rgb(191,139,187); }

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

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

 span { border-color: rgb(191,139,187); }

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