#BC85BB

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

Shades of London Hue #BC85BB

Tints of London Hue #BC85BB

Color information

#BC85BB (or 0xBC85BB) is unknown color: approx London Hue. HEX triplet: BC, 85 and BB. RGB value is (188,133,187). Sum of RGB (Red+Green+Blue) = 188+133+187=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BB is #437A44. Grayscale: #9B9B9B. Windows color (decimal): -4422213 or 12289468. OLE color: 12289468.

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

Color convert

RGB188133187-
CMYK00.290.010.26
HSL301.09º29.1%62.94%-
HSV(B)301.09º29.26%73.73%-
XYZ38.131.0551-
YUV155.6145.72151.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=37.01%
G=26.18%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813318700.290.010.26301.0929.162.94
HexBC85BB01D11A12d1d3f
Octal2742052730351324553577
Binary10111100100001011011101101110111101010010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85BB; }

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

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

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

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

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

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

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

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