#B685AD

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

Shades of London Hue #B685AD

Tints of London Hue #B685AD

Color information

#B685AD (or 0xB685AD) is unknown color: approx London Hue. HEX triplet: B6, 85 and AD. RGB value is (182,133,173). Sum of RGB (Red+Green+Blue) = 182+133+173=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AD is #497A52. Grayscale: #989898. Windows color (decimal): -4815443 or 11371958. OLE color: 11371958.

HSL color Cylindrical-coordinate representation of color #B685AD: hue angle of 311.02º 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 #B685AD is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182133173-
CMYK00.270.050.29
HSL311.02º25.13%61.76%-
HSV(B)311.02º26.92%71.37%-
XYZ35.2229.7443.42-
YUV152.21139.73149.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=37.30%
G=27.25%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213317300.270.050.29311.0225.1361.76
HexB685AD01B51D137193e
Octal2662052550335354673176
Binary1011011010000101101011010110111011110110011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685AD; }

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

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

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

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

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

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

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

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