#BC94B5

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

Shades of London Hue #BC94B5

Tints of London Hue #BC94B5

Color information

#BC94B5 (or 0xBC94B5) is unknown color: approx London Hue. HEX triplet: BC, 94 and B5. RGB value is (188,148,181). Sum of RGB (Red+Green+Blue) = 188+148+181=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94B5 is #436B4A. Grayscale: #A3A3A3. Windows color (decimal): -4418379 or 11900092. OLE color: 11900092.

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

Color convert

RGB188148181-
CMYK00.210.040.26
HSL310.5º22.99%65.88%-
HSV(B)310.5º21.28%73.73%-
XYZ39.6735.2148.42-
YUV163.72137.75145.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=36.36%
G=28.63%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814818100.210.040.26310.522.9965.88
HexBC94B501541A1361742
Octal27422426502543246627102
Binary10111100100101001011010101010110011010100110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94B5; }

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

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

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

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

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

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

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

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