#BC93BA

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

Shades of London Hue #BC93BA

Tints of London Hue #BC93BA

Color information

#BC93BA (or 0xBC93BA) is unknown color: approx London Hue. HEX triplet: BC, 93 and BA. RGB value is (188,147,186). Sum of RGB (Red+Green+Blue) = 188+147+186=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BA is #436C45. Grayscale: #A3A3A3. Windows color (decimal): -4418630 or 12227516. OLE color: 12227516.

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

Color convert

RGB188147186-
CMYK00.220.010.26
HSL302.93º23.43%65.69%-
HSV(B)302.93º21.81%73.73%-
XYZ40.0435.151.12-
YUV163.71140.58145.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=36.08%
G=28.21%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814718600.220.010.26302.9323.4365.69
HexBC93BA01611A12f1742
Octal27422327202613245727102
Binary101111001001001110111010010110111010100101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93BA; }

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

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

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

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

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

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

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

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