#B079AB

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

Shades of London Hue #B079AB

Tints of London Hue #B079AB

Color information

#B079AB (or 0xB079AB) is unknown color: approx London Hue. HEX triplet: B0, 79 and AB. RGB value is (176,121,171). Sum of RGB (Red+Green+Blue) = 176+121+171=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B079AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079AB is #4F8654. Grayscale: #8F8F8F. Windows color (decimal): -5211733 or 11237808. OLE color: 11237808.

HSL color Cylindrical-coordinate representation of color #B079AB: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B079AB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176121171-
CMYK00.310.030.31
HSL305.45º25.82%58.24%-
HSV(B)305.45º31.25%69.02%-
XYZ32.0925.8541.83-
YUV143.14143.72151.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=37.61%
G=25.85%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612117100.310.030.31305.4525.8258.24
HexB079AB01F31F1311a3a
Octal2601712530373374613272
Binary10110000111100110101011011111111111110011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079AB; }

 p { color: rgb(176,121,171); }

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

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

 a { background-color: rgb(176,121,171); }

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

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

 span { border-color: rgb(176,121,171); }

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