#BA7EBB

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

Shades of London Hue #BA7EBB

Tints of London Hue #BA7EBB

Color information

#BA7EBB (or 0xBA7EBB) is unknown color: approx London Hue. HEX triplet: BA, 7E and BB. RGB value is (186,126,187). Sum of RGB (Red+Green+Blue) = 186+126+187=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EBB is #458144. Grayscale: #969696. Windows color (decimal): -4555077 or 12287674. OLE color: 12287674.

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

Color convert

RGB186126187-
CMYK0.010.3300.27
HSL299.02º30.96%61.37%-
HSV(B)299.02º32.62%73.33%-
XYZ36.6828.9550.67-
YUV150.89148.38153.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=37.27%
G=25.25%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861261870.010.3300.27299.0230.9661.37
HexBA7EBB12101B12b1f3d
Octal2721762731410334533775
Binary10111010111111010111011110000101101110010101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EBB; }

 p { color: rgb(186,126,187); }

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

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

 a { background-color: rgb(186,126,187); }

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

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

 span { border-color: rgb(186,126,187); }

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