#BC7FBB

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

Shades of London Hue #BC7FBB

Tints of London Hue #BC7FBB

Color information

#BC7FBB (or 0xBC7FBB) is unknown color: approx London Hue. HEX triplet: BC, 7F and BB. RGB value is (188,127,187). Sum of RGB (Red+Green+Blue) = 188+127+187=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FBB is #438044. Grayscale: #979797. Windows color (decimal): -4423749 or 12287932. OLE color: 12287932.

HSL color Cylindrical-coordinate representation of color #BC7FBB: hue angle of 300.98º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7FBB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188127187-
CMYK00.320.010.26
HSL300.98º31.28%61.76%-
HSV(B)300.98º32.45%73.73%-
XYZ37.329.4650.73-
YUV152.08147.71153.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=37.45%
G=25.30%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812718700.320.010.26300.9831.2861.76
HexBC7FBB02011A12d1f3e
Octal2741772730401324553776
Binary10111100111111110111011010000011101010010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FBB; }

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

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

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

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

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

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

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

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