#BC93B7

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

Shades of London Hue #BC93B7

Tints of London Hue #BC93B7

Color information

#BC93B7 (or 0xBC93B7) is unknown color: approx London Hue. HEX triplet: BC, 93 and B7. RGB value is (188,147,183). Sum of RGB (Red+Green+Blue) = 188+147+183=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93B7 is #436C48. Grayscale: #A3A3A3. Windows color (decimal): -4418633 or 12030908. OLE color: 12030908.

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

Color convert

RGB188147183-
CMYK00.220.030.26
HSL307.32º23.43%65.69%-
HSV(B)307.32º21.81%73.73%-
XYZ39.7234.9849.46-
YUV163.36139.08145.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=36.29%
G=28.38%
B=35.33%

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
Decimal18814718300.220.030.26307.3223.4365.69
HexBC93B701631A1331742
Octal27422326702633246327102
Binary1011110010010011101101110101101111010100110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93B7; }

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

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

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

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

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

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

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

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