#B696AF

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

Shades of London Hue #B696AF

Tints of London Hue #B696AF

Color information

#B696AF (or 0xB696AF) is unknown color: approx London Hue. HEX triplet: B6, 96 and AF. RGB value is (182,150,175). Sum of RGB (Red+Green+Blue) = 182+150+175=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 182 - color contains mainly: red. Hex color #B696AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B696AF is #496950. Grayscale: #A2A2A2. Windows color (decimal): -4811089 or 11507382. OLE color: 11507382.

HSL color Cylindrical-coordinate representation of color #B696AF: hue angle of 313.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B696AF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182150175-
CMYK00.180.040.29
HSL313.12º17.98%65.1%-
HSV(B)313.12º17.58%71.37%-
XYZ37.9434.8545.29-
YUV162.42135.1141.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=35.90%
G=29.59%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215017500.180.040.29313.1217.9865.1
HexB696AF01241D1391241
Octal26622625702243547122101
Binary10110110100101101010111101001010011101100111001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696AF; }

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

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

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

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

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

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

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

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