#B685AA

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

Shades of London Hue #B685AA

Tints of London Hue #B685AA

Color information

#B685AA (or 0xB685AA) is unknown color: approx London Hue. HEX triplet: B6, 85 and AA. RGB value is (182,133,170). Sum of RGB (Red+Green+Blue) = 182+133+170=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AA is #497A55. Grayscale: #979797. Windows color (decimal): -4815446 or 11175350. OLE color: 11175350.

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

Color convert

RGB182133170-
CMYK00.270.070.29
HSL314.69º25.13%61.76%-
HSV(B)314.69º26.92%71.37%-
XYZ34.9329.6241.91-
YUV151.87138.23149.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=37.53%
G=27.42%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213317000.270.070.29314.6925.1361.76
HexB685AA01B71D13b193e
Octal2662052520337354733176
Binary1011011010000101101010100110111111110110011101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685AA; }

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

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

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

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

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

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

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

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