#B79BB2

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

Shades of London Hue #B79BB2

Tints of London Hue #B79BB2

Color information

#B79BB2 (or 0xB79BB2) is unknown color: approx London Hue. HEX triplet: B7, 9B and B2. RGB value is (183,155,178). Sum of RGB (Red+Green+Blue) = 183+155+178=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B79BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79BB2 is #48644D. Grayscale: #A5A5A5. Windows color (decimal): -4744270 or 11705271. OLE color: 11705271.

HSL color Cylindrical-coordinate representation of color #B79BB2: hue angle of 310.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79BB2 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183155178-
CMYK00.150.030.28
HSL310.71º16.28%66.27%-
HSV(B)310.71º15.3%71.76%-
XYZ39.2936.7247.14-
YUV165.99134.78140.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 178 (69.92% from 255) = 34.50%
R=35.47%
G=30.04%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315517800.150.030.28310.7116.2866.27
HexB79BB20F31C1371042
Octal26723326201733446720102
Binary101101111001101110110010011111111100100110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BB2; }

 p { color: rgb(183,155,178); }

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

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

 a { background-color: rgb(183,155,178); }

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

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

 span { border-color: rgb(183,155,178); }

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