#BC82B1

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

Shades of London Hue #BC82B1

Tints of London Hue #BC82B1

Color information

#BC82B1 (or 0xBC82B1) is unknown color: approx London Hue. HEX triplet: BC, 82 and B1. RGB value is (188,130,177). Sum of RGB (Red+Green+Blue) = 188+130+177=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82B1 is #437D4E. Grayscale: #989898. Windows color (decimal): -4422991 or 11633340. OLE color: 11633340.

HSL color Cylindrical-coordinate representation of color #BC82B1: hue angle of 311.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC82B1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188130177-
CMYK00.310.060.26
HSL311.38º30.21%62.35%-
HSV(B)311.38º30.85%73.73%-
XYZ36.6629.8345.42-
YUV152.7141.72153.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=37.98%
G=26.26%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813017700.310.060.26311.3830.2162.35
HexBC82B101F61A1371e3e
Octal2742022610376324673676
Binary1011110010000010101100010111111101101010011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82B1; }

 p { color: rgb(188,130,177); }

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

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

 a { background-color: rgb(188,130,177); }

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

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

 span { border-color: rgb(188,130,177); }

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