#BC7FBF

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

Shades of London Hue #BC7FBF

Tints of London Hue #BC7FBF

Color information

#BC7FBF (or 0xBC7FBF) is unknown color: approx London Hue. HEX triplet: BC, 7F and BF. RGB value is (188,127,191). Sum of RGB (Red+Green+Blue) = 188+127+191=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBF is #438040. Grayscale: #989898. Windows color (decimal): -4423745 or 12550076. OLE color: 12550076.

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

Color convert

RGB188127191-
CMYK0.020.3400.25
HSL297.19º33.33%62.35%-
HSV(B)297.19º33.51%74.9%-
XYZ37.7329.6353.02-
YUV152.54149.71153.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 191 (75% from 255) = 37.75%
R=37.15%
G=25.10%
B=37.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881271910.020.3400.25297.1933.3362.35
HexBC7FBF222019129213e
Octal2741772772420314514176
Binary1011110011111111011111110100010011001100101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FBF; }

 p { color: rgb(188,127,191); }

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

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

 a { background-color: rgb(188,127,191); }

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

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

 span { border-color: rgb(188,127,191); }

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