#BB7BAE

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

Shades of London Hue #BB7BAE

Tints of London Hue #BB7BAE

Color information

#BB7BAE (or 0xBB7BAE) is unknown color: approx London Hue. HEX triplet: BB, 7B and AE. RGB value is (187,123,174). Sum of RGB (Red+Green+Blue) = 187+123+174=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BAE is #448451. Grayscale: #939393. Windows color (decimal): -4490322 or 11434939. OLE color: 11434939.

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

Color convert

RGB187123174-
CMYK00.340.070.27
HSL312.19º32%60.78%-
HSV(B)312.19º34.22%73.33%-
XYZ35.2227.7943.55-
YUV147.95142.7155.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=38.64%
G=25.41%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712317400.340.070.27312.193260.78
HexBB7BAE02271B138203d
Octal2731732560427334704075
Binary10111011111101110101110010001011111011100111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BAE; }

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

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

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

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

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

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

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

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