#BC84B5

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

Shades of London Hue #BC84B5

Tints of London Hue #BC84B5

Color information

#BC84B5 (or 0xBC84B5) is unknown color: approx London Hue. HEX triplet: BC, 84 and B5. RGB value is (188,132,181). Sum of RGB (Red+Green+Blue) = 188+132+181=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84B5 is #437B4A. Grayscale: #9A9A9A. Windows color (decimal): -4422475 or 11895996. OLE color: 11895996.

HSL color Cylindrical-coordinate representation of color #BC84B5: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC84B5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188132181-
CMYK00.300.040.26
HSL307.5º29.47%62.75%-
HSV(B)307.5º29.79%73.73%-
XYZ37.3330.5347.64-
YUV154.33143.05152.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=37.52%
G=26.35%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813218100.300.040.26307.529.4762.75
HexBC84B501E41A1341d3f
Octal2742042650364324643577
Binary1011110010000100101101010111101001101010011010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84B5; }

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

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

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

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

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

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

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

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