#BC85BE

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

Shades of London Hue #BC85BE

Tints of London Hue #BC85BE

Color information

#BC85BE (or 0xBC85BE) is unknown color: approx London Hue. HEX triplet: BC, 85 and BE. RGB value is (188,133,190). Sum of RGB (Red+Green+Blue) = 188+133+190=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BE is #437A41. Grayscale: #9B9B9B. Windows color (decimal): -4422210 or 12486076. OLE color: 12486076.

HSL color Cylindrical-coordinate representation of color #BC85BE: hue angle of 297.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC85BE is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188133190-
CMYK0.010.300.25
HSL297.89º30.48%63.33%-
HSV(B)297.89º30%74.51%-
XYZ38.4231.1852.71-
YUV155.94147.22150.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=36.79%
G=26.03%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881331900.010.300.25297.8930.4863.33
HexBC85BE11E01912a1e3f
Octal2742052761360314523677
Binary10111100100001011011111011111001100110010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85BE; }

 p { color: rgb(188,133,190); }

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

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

 a { background-color: rgb(188,133,190); }

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

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

 span { border-color: rgb(188,133,190); }

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