#B684BA

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

Shades of London Hue #B684BA

Tints of London Hue #B684BA

Color information

#B684BA (or 0xB684BA) is unknown color: approx London Hue. HEX triplet: B6, 84 and BA. RGB value is (182,132,186). Sum of RGB (Red+Green+Blue) = 182+132+186=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B684BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684BA is #497B45. Grayscale: #989898. Windows color (decimal): -4815686 or 12223670. OLE color: 12223670.

HSL color Cylindrical-coordinate representation of color #B684BA: hue angle of 295.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B684BA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182132186-
CMYK0.020.2900.27
HSL295.56º28.12%62.35%-
HSV(B)295.56º29.03%72.94%-
XYZ36.4129.9950.32-
YUV153.11146.56148.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=36.4%
G=26.4%
B=37.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821321860.020.2900.27295.5628.1262.35
HexB684BA21D01B1281c3e
Octal2662042722350334503476
Binary101101101000010010111010101110101101110010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684BA; }

 p { color: rgb(182,132,186); }

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

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

 a { background-color: rgb(182,132,186); }

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

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

 span { border-color: rgb(182,132,186); }

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