#BC83B2

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

Shades of London Hue #BC83B2

Tints of London Hue #BC83B2

Color information

#BC83B2 (or 0xBC83B2) is unknown color: approx London Hue. HEX triplet: BC, 83 and B2. RGB value is (188,131,178). Sum of RGB (Red+Green+Blue) = 188+131+178=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83B2 is #437C4D. Grayscale: #999999. Windows color (decimal): -4422734 or 11699132. OLE color: 11699132.

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

Color convert

RGB188131178-
CMYK00.300.050.26
HSL310.53º29.84%62.55%-
HSV(B)310.53º30.32%73.73%-
XYZ36.8930.1445.99-
YUV153.4141.88152.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=37.83%
G=26.36%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813117800.300.050.26310.5329.8462.55
HexBC83B201E51A1371e3f
Octal2742032620365324673677
Binary1011110010000011101100100111101011101010011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83B2; }

 p { color: rgb(188,131,178); }

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

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

 a { background-color: rgb(188,131,178); }

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

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

 span { border-color: rgb(188,131,178); }

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