#BB79AE

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

Shades of London Hue #BB79AE

Tints of London Hue #BB79AE

Color information

#BB79AE (or 0xBB79AE) is unknown color: approx London Hue. HEX triplet: BB, 79 and AE. RGB value is (187,121,174). Sum of RGB (Red+Green+Blue) = 187+121+174=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79AE is #448651. Grayscale: #929292. Windows color (decimal): -4490834 or 11434427. OLE color: 11434427.

HSL color Cylindrical-coordinate representation of color #BB79AE: hue angle of 311.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB79AE is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187121174-
CMYK00.350.070.27
HSL311.82º32.67%60.39%-
HSV(B)311.82º35.29%73.33%-
XYZ34.9727.343.47-
YUV146.78143.37156.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=38.80%
G=25.10%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712117400.350.070.27311.8232.6760.39
HexBB79AE02371B138213c
Octal2731712560437334704174
Binary10111011111100110101110010001111111011100111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79AE; }

 p { color: rgb(187,121,174); }

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

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

 a { background-color: rgb(187,121,174); }

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

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

 span { border-color: rgb(187,121,174); }

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