#BC94B9

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

Shades of London Hue #BC94B9

Tints of London Hue #BC94B9

Color information

#BC94B9 (or 0xBC94B9) is unknown color: approx London Hue. HEX triplet: BC, 94 and B9. RGB value is (188,148,185). Sum of RGB (Red+Green+Blue) = 188+148+185=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94B9 is #436B46. Grayscale: #A4A4A4. Windows color (decimal): -4418375 or 12162236. OLE color: 12162236.

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

Color convert

RGB188148185-
CMYK00.210.020.26
HSL304.5º22.99%65.88%-
HSV(B)304.5º21.28%73.73%-
XYZ40.0935.3750.61-
YUV164.18139.75144.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=36.08%
G=28.41%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814818500.210.020.26304.522.9965.88
HexBC94B901521A1301742
Octal27422427102523246027102
Binary1011110010010100101110010101011011010100110000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94B9; }

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

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

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

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

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

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

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

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