#BC7BAF

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

Shades of London Hue #BC7BAF

Tints of London Hue #BC7BAF

Color information

#BC7BAF (or 0xBC7BAF) is unknown color: approx London Hue. HEX triplet: BC, 7B and AF. RGB value is (188,123,175). Sum of RGB (Red+Green+Blue) = 188+123+175=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7BAF is #438450. Grayscale: #949494. Windows color (decimal): -4424785 or 11500476. OLE color: 11500476.

HSL color Cylindrical-coordinate representation of color #BC7BAF: hue angle of 312º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7BAF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188123175-
CMYK00.350.070.26
HSL312º32.66%60.98%-
HSV(B)312º34.57%73.73%-
XYZ35.5627.9544.08-
YUV148.36143.03156.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=38.68%
G=25.31%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812317500.350.070.2631232.6660.98
HexBC7BAF02371A138213d
Octal2741732570437324704175
Binary10111100111101110101111010001111111010100111000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BAF; }

 p { color: rgb(188,123,175); }

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

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

 a { background-color: rgb(188,123,175); }

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

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

 span { border-color: rgb(188,123,175); }

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