#BC93B6

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

Shades of London Hue #BC93B6

Tints of London Hue #BC93B6

Color information

#BC93B6 (or 0xBC93B6) is unknown color: approx London Hue. HEX triplet: BC, 93 and B6. RGB value is (188,147,182). Sum of RGB (Red+Green+Blue) = 188+147+182=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93B6 is #436C49. Grayscale: #A3A3A3. Windows color (decimal): -4418634 or 11965372. OLE color: 11965372.

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

Color convert

RGB188147182-
CMYK00.220.030.26
HSL308.78º23.43%65.69%-
HSV(B)308.78º21.81%73.73%-
XYZ39.6234.9448.91-
YUV163.25138.58145.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=36.36%
G=28.43%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814718200.220.030.26308.7823.4365.69
HexBC93B601631A1351742
Octal27422326602633246527102
Binary1011110010010011101101100101101111010100110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93B6; }

 p { color: rgb(188,147,182); }

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

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

 a { background-color: rgb(188,147,182); }

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

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

 span { border-color: rgb(188,147,182); }

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