#BC82BE

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

Shades of London Hue #BC82BE

Tints of London Hue #BC82BE

Color information

#BC82BE (or 0xBC82BE) is unknown color: approx London Hue. HEX triplet: BC, 82 and BE. RGB value is (188,130,190). Sum of RGB (Red+Green+Blue) = 188+130+190=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BE is #437D41. Grayscale: #9A9A9A. Windows color (decimal): -4422978 or 12485308. OLE color: 12485308.

HSL color Cylindrical-coordinate representation of color #BC82BE: hue angle of 298º 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 #BC82BE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188130190-
CMYK0.010.3200.25
HSL298º31.58%62.75%-
HSV(B)298º31.58%74.51%-
XYZ38.0230.3752.57-
YUV154.18148.22152.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=37.01%
G=25.59%
B=37.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881301900.010.3200.2529831.5862.75
HexBC82BE12001912a203f
Octal2742022761400314524077
Binary1011110010000010101111101100000011001100101010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82BE; }

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

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

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

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

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

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

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

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