#BC8CBB

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

Shades of London Hue #BC8CBB

Tints of London Hue #BC8CBB

Color information

#BC8CBB (or 0xBC8CBB) is unknown color: approx London Hue. HEX triplet: BC, 8C and BB. RGB value is (188,140,187). Sum of RGB (Red+Green+Blue) = 188+140+187=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CBB is #437344. Grayscale: #9F9F9F. Windows color (decimal): -4420421 or 12291260. OLE color: 12291260.

HSL color Cylindrical-coordinate representation of color #BC8CBB: hue angle of 301.25º 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 #BC8CBB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188140187-
CMYK00.260.010.26
HSL301.25º26.37%64.31%-
HSV(B)301.25º25.53%73.73%-
XYZ39.0933.0451.33-
YUV159.71143.4148.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=36.50%
G=27.18%
B=36.31%

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
Decimal18814018700.260.010.26301.2526.3764.31
HexBC8CBB01A11A12d1a40
Octal27421427303213245532100
Binary101111001000110010111011011010111010100101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CBB; }

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

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

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

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

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

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

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

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