#B687BA

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

Shades of London Hue #B687BA

Tints of London Hue #B687BA

Color information

#B687BA (or 0xB687BA) is unknown color: approx London Hue. HEX triplet: B6, 87 and BA. RGB value is (182,135,186). Sum of RGB (Red+Green+Blue) = 182+135+186=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B687BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687BA is #497845. Grayscale: #9A9A9A. Windows color (decimal): -4814918 or 12224438. OLE color: 12224438.

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

Color convert

RGB182135186-
CMYK0.020.2700.27
HSL295.29º26.98%62.94%-
HSV(B)295.29º27.42%72.94%-
XYZ36.8230.8250.46-
YUV154.87145.57147.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=36.18%
G=26.84%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821351860.020.2700.27295.2926.9862.94
HexB687BA21B01B1271b3f
Octal2662072722330334473377
Binary101101101000011110111010101101101101110010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B687BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B687BA; }

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

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

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

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

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

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

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

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