#BC85BF

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

Shades of London Hue #BC85BF

Tints of London Hue #BC85BF

Color information

#BC85BF (or 0xBC85BF) is unknown color: approx London Hue. HEX triplet: BC, 85 and BF. RGB value is (188,133,191). Sum of RGB (Red+Green+Blue) = 188+133+191=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC85BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BF is #437A40. Grayscale: #9B9B9B. Windows color (decimal): -4422209 or 12551612. OLE color: 12551612.

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

Color convert

RGB188133191-
CMYK0.020.3000.25
HSL296.9º31.18%63.53%-
HSV(B)296.9º30.37%74.9%-
XYZ38.5331.2353.29-
YUV156.06147.72150.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 191 (75% from 255) = 37.30%
R=36.72%
G=25.98%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881331910.020.3000.25296.931.1863.53
HexBC85BF21E0191291f40
Octal27420527723603145137100
Binary1011110010000101101111111011110011001100101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85BF; }

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

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

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

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

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

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

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

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