#BC94BA

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

Shades of London Hue #BC94BA

Tints of London Hue #BC94BA

Color information

#BC94BA (or 0xBC94BA) is unknown color: approx London Hue. HEX triplet: BC, 94 and BA. RGB value is (188,148,186). Sum of RGB (Red+Green+Blue) = 188+148+186=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BA is #436B45. Grayscale: #A4A4A4. Windows color (decimal): -4418374 or 12227772. OLE color: 12227772.

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

Color convert

RGB188148186-
CMYK00.210.010.26
HSL303º22.99%65.88%-
HSV(B)303º21.28%73.73%-
XYZ40.1935.4251.17-
YUV164.29140.25144.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=36.02%
G=28.35%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814818600.210.010.2630322.9965.88
HexBC94BA01511A12f1742
Octal27422427202513245727102
Binary101111001001010010111010010101111010100101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94BA; }

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

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

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

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

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

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

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

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