#B685AF

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

Shades of London Hue #B685AF

Tints of London Hue #B685AF

Color information

#B685AF (or 0xB685AF) is unknown color: approx London Hue. HEX triplet: B6, 85 and AF. RGB value is (182,133,175). Sum of RGB (Red+Green+Blue) = 182+133+175=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AF is #497A50. Grayscale: #989898. Windows color (decimal): -4815441 or 11503030. OLE color: 11503030.

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

Color convert

RGB182133175-
CMYK00.270.040.29
HSL308.57º25.13%61.76%-
HSV(B)308.57º26.92%71.37%-
XYZ35.4229.8244.45-
YUV152.44140.73149.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=37.14%
G=27.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213317500.270.040.29308.5725.1361.76
HexB685AF01B41D135193e
Octal2662052570334354653176
Binary1011011010000101101011110110111001110110011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685AF; }

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

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

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

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

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

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

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

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