#BC82BF

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

Shades of London Hue #BC82BF

Tints of London Hue #BC82BF

Color information

#BC82BF (or 0xBC82BF) is unknown color: approx London Hue. HEX triplet: BC, 82 and BF. RGB value is (188,130,191). Sum of RGB (Red+Green+Blue) = 188+130+191=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BF is #437D40. Grayscale: #9A9A9A. Windows color (decimal): -4422977 or 12550844. OLE color: 12550844.

HSL color Cylindrical-coordinate representation of color #BC82BF: hue angle of 297.05º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC82BF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188130191-
CMYK0.020.3200.25
HSL297.05º32.28%62.94%-
HSV(B)297.05º31.94%74.9%-
XYZ38.1330.4253.15-
YUV154.3148.72152.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 191 (75% from 255) = 37.52%
R=36.94%
G=25.54%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881301910.020.3200.25297.0532.2862.94
HexBC82BF220019129203f
Octal2742022772400314514077
Binary10111100100000101011111110100000011001100101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82BF; }

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

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

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

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

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

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

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

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