#BB7AAE

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

Shades of London Hue #BB7AAE

Tints of London Hue #BB7AAE

Color information

#BB7AAE (or 0xBB7AAE) is unknown color: approx London Hue. HEX triplet: BB, 7A and AE. RGB value is (187,122,174). Sum of RGB (Red+Green+Blue) = 187+122+174=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AAE is #448551. Grayscale: #939393. Windows color (decimal): -4490578 or 11434683. OLE color: 11434683.

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

Color convert

RGB187122174-
CMYK00.350.070.27
HSL312º32.34%60.59%-
HSV(B)312º34.76%73.33%-
XYZ35.0927.5443.51-
YUV147.36143.03156.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=38.72%
G=25.26%
B=36.02%

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
Decimal18712217400.350.070.2731232.3460.59
HexBB7AAE02371B138203d
Octal2731722560437334704075
Binary10111011111101010101110010001111111011100111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AAE; }

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

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

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

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

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

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

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

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