#BC8CBA

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

Shades of London Hue #BC8CBA

Tints of London Hue #BC8CBA

Color information

#BC8CBA (or 0xBC8CBA) is unknown color: approx London Hue. HEX triplet: BC, 8C and BA. RGB value is (188,140,186). Sum of RGB (Red+Green+Blue) = 188+140+186=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CBA is #437345. Grayscale: #9F9F9F. Windows color (decimal): -4420422 or 12225724. OLE color: 12225724.

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

Color convert

RGB188140186-
CMYK00.260.010.26
HSL302.5º26.37%64.31%-
HSV(B)302.5º25.53%73.73%-
XYZ38.9832.9950.77-
YUV159.6142.9148.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=36.58%
G=27.24%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814018600.260.010.26302.526.3764.31
HexBC8CBA01A11A12e1a40
Octal27421427203213245632100
Binary101111001000110010111010011010111010100101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CBA; }

 p { color: rgb(188,140,186); }

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

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

 a { background-color: rgb(188,140,186); }

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

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

 span { border-color: rgb(188,140,186); }

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