#BA7BB8

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

Shades of London Hue #BA7BB8

Tints of London Hue #BA7BB8

Color information

#BA7BB8 (or 0xBA7BB8) is unknown color: approx London Hue. HEX triplet: BA, 7B and B8. RGB value is (186,123,184). Sum of RGB (Red+Green+Blue) = 186+123+184=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BB8 is #458447. Grayscale: #949494. Windows color (decimal): -4555848 or 12090298. OLE color: 12090298.

HSL color Cylindrical-coordinate representation of color #BA7BB8: hue angle of 301.9º degrees, saturation: 0.31, 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 #BA7BB8 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186123184-
CMYK00.340.010.27
HSL301.9º31.34%60.59%-
HSV(B)301.9º33.87%72.94%-
XYZ35.9828.0748.87-
YUV148.79147.87154.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=37.73%
G=24.95%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612318400.340.010.27301.931.3460.59
HexBA7BB802211B12e1f3d
Octal2721732700421334563775
Binary10111010111101110111000010001011101110010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BB8; }

 p { color: rgb(186,123,184); }

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

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

 a { background-color: rgb(186,123,184); }

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

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

 span { border-color: rgb(186,123,184); }

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