#BC82BD

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

Shades of London Hue #BC82BD

Tints of London Hue #BC82BD

Color information

#BC82BD (or 0xBC82BD) is unknown color: approx London Hue. HEX triplet: BC, 82 and BD. RGB value is (188,130,189). Sum of RGB (Red+Green+Blue) = 188+130+189=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BD is #437D42. Grayscale: #999999. Windows color (decimal): -4422979 or 12419772. OLE color: 12419772.

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

Color convert

RGB188130189-
CMYK0.010.3100.26
HSL298.98º30.89%62.55%-
HSV(B)298.98º31.22%74.12%-
XYZ37.9130.3352-
YUV154.07147.72152.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=37.08%
G=25.64%
B=37.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881301890.010.3100.26298.9830.8962.55
HexBC82BD11F01A12b1f3f
Octal2742022751370324533777
Binary10111100100000101011110111111101101010010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82BD; }

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

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

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

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

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

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

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

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