#BC83AD

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

Shades of London Hue #BC83AD

Tints of London Hue #BC83AD

Color information

#BC83AD (or 0xBC83AD) is unknown color: approx London Hue. HEX triplet: BC, 83 and AD. RGB value is (188,131,173). Sum of RGB (Red+Green+Blue) = 188+131+173=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AD is #437C52. Grayscale: #989898. Windows color (decimal): -4422739 or 11371452. OLE color: 11371452.

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

Color convert

RGB188131173-
CMYK00.300.080.26
HSL315.79º29.84%62.55%-
HSV(B)315.79º30.32%73.73%-
XYZ36.429.9443.4-
YUV152.83139.38153.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=38.21%
G=26.63%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813117300.300.080.26315.7929.8462.55
HexBC83AD01E81A13c1e3f
Octal27420325503610324743677
Binary10111100100000111010110101111010001101010011110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83AD; }

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

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

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

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

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

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

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

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