#BC94B3

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

Shades of London Hue #BC94B3

Tints of London Hue #BC94B3

Color information

#BC94B3 (or 0xBC94B3) is unknown color: approx London Hue. HEX triplet: BC, 94 and B3. RGB value is (188,148,179). Sum of RGB (Red+Green+Blue) = 188+148+179=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94B3 is #436B4C. Grayscale: #A3A3A3. Windows color (decimal): -4418381 or 11769020. OLE color: 11769020.

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

Color convert

RGB188148179-
CMYK00.210.050.26
HSL313.5º22.99%65.88%-
HSV(B)313.5º21.28%73.73%-
XYZ39.4735.1347.35-
YUV163.49136.75145.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=36.50%
G=28.74%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814817900.210.050.26313.522.9965.88
HexBC94B301551A13a1742
Octal27422426302553247227102
Binary10111100100101001011001101010110111010100111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94B3; }

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

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

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

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

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

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

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

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