#B685BA

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

Shades of London Hue #B685BA

Tints of London Hue #B685BA

Color information

#B685BA (or 0xB685BA) is unknown color: approx London Hue. HEX triplet: B6, 85 and BA. RGB value is (182,133,186). Sum of RGB (Red+Green+Blue) = 182+133+186=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B685BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685BA is #497A45. Grayscale: #999999. Windows color (decimal): -4815430 or 12223926. OLE color: 12223926.

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

Color convert

RGB182133186-
CMYK0.020.2800.27
HSL295.47º27.75%62.55%-
HSV(B)295.47º28.49%72.94%-
XYZ36.5430.2750.37-
YUV153.69146.23148.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=36.33%
G=26.55%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821331860.020.2800.27295.4727.7562.55
HexB685BA21C01B1271c3f
Octal2662052722340334473477
Binary101101101000010110111010101110001101110010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685BA; }

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

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

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

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

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

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

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

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