#BA7FBD

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

Shades of London Hue #BA7FBD

Tints of London Hue #BA7FBD

Color information

#BA7FBD (or 0xBA7FBD) is unknown color: approx London Hue. HEX triplet: BA, 7F and BD. RGB value is (186,127,189). Sum of RGB (Red+Green+Blue) = 186+127+189=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA7FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FBD is #458042. Grayscale: #979797. Windows color (decimal): -4554819 or 12419002. OLE color: 12419002.

HSL color Cylindrical-coordinate representation of color #BA7FBD: hue angle of 297.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7FBD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186127189-
CMYK0.020.3300.26
HSL297.1º31.96%61.96%-
HSV(B)297.1º32.8%74.12%-
XYZ37.0229.2951.85-
YUV151.71149.05152.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=37.05%
G=25.30%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861271890.020.3300.26297.131.9661.96
HexBA7FBD22101A129203e
Octal2721772752410324514076
Binary1011101011111111011110110100001011010100101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FBD; }

 p { color: rgb(186,127,189); }

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

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

 a { background-color: rgb(186,127,189); }

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

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

 span { border-color: rgb(186,127,189); }

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